Skip to content

Commit

Permalink
Merge pull request #39476 from sberyozkin/fix_oidc_client_doc_link
Browse files Browse the repository at this point in the history
Fix the broken link to the OIDC client reference doc
  • Loading branch information
sberyozkin authored Mar 15, 2024
2 parents 0ff6395 + 9313ec2 commit c3589a3
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Learn how to use OpenID Connect (OIDC) and OAuth2 clients with filters to get, r

This approach uses an OIDC token propagation Reactive filter to propagate the incoming bearer access tokens.

For more information about `Oidc Client` and `Token Propagation` support in Quarkus, see the xref:security-openid-connect-client-reference.adoc[OpenID Connect (OIDC) and OAuth2 client and filters reference guide.
For more information about `Oidc Client` and `Token Propagation` support in Quarkus, see the xref:security-openid-connect-client-reference.adoc[OpenID Connect (OIDC) and OAuth2 client and filters reference guide].

To protect your applications by using Bearer Token Authorization, see the xref:security-oidc-bearer-token-authentication.adoc[OpenID Connect (OIDC) Bearer token authentication] guide.

Expand Down

0 comments on commit c3589a3

Please sign in to comment.