Skip to content

Commit

Permalink
Merge pull request #28008 from sberyozkin/fix_oidc_client_doc_typo
Browse files Browse the repository at this point in the history
Fix the broken link in security-oidc-client.adoc
  • Loading branch information
sberyozkin committed Sep 16, 2022
2 parents 731a8f8 + 5703119 commit 30e5c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-openid-connect-client.adoc
Expand Up @@ -10,7 +10,7 @@ include::./attributes.adoc[]

This quickstart demonstrates how to use `OpenID Connect Client Reactive Filter` to acquire and propagate access tokens as `HTTP Authorization Bearer` access tokens, alongside `OpenID Token Propagation Reactive Filter` which propagates the incoming `HTTP Authorization Bearer` access tokens.

Please check xref:security-openid-connect-client.adoc[OpenID Connect Client and Token Propagation Reference Guide] for all the information related to `Oidc Client` and `Token Propagation` support in Quarkus.
Please check xref:security-openid-connect-client-reference.adoc[OpenID Connect Client and Token Propagation Reference Guide] for all the information related to `Oidc Client` and `Token Propagation` support in Quarkus.

Please also read xref:security-openid-connect.adoc[Using OpenID Connect to Protect Service Applications] guide if you need to protect your applications using Bearer Token Authorization.

Expand Down

0 comments on commit 30e5c56

Please sign in to comment.