From 9313ec2c41e63b354b0e7c98a96c0045d8d0c8eb Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Fri, 15 Mar 2024 12:55:56 +0000 Subject: [PATCH] Fix the broken link to the OIDC client reference doc --- docs/src/main/asciidoc/security-openid-connect-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-openid-connect-client.adoc b/docs/src/main/asciidoc/security-openid-connect-client.adoc index f07416d456918..bc8197a89763b 100644 --- a/docs/src/main/asciidoc/security-openid-connect-client.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-client.adoc @@ -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.