From c461da59c2a03e8a76423601530b3e4f6f33d904 Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Tue, 29 Oct 2024 12:16:54 +0000 Subject: [PATCH] Fix OIDC Bearer tutorial link name (cherry picked from commit 1d2ae457cd8100c7e488285dc7b7b91a13889609) --- .../asciidoc/security-oidc-bearer-token-authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-oidc-bearer-token-authentication.adoc b/docs/src/main/asciidoc/security-oidc-bearer-token-authentication.adoc index eb04efd1c8efd..621d512c15c12 100644 --- a/docs/src/main/asciidoc/security-oidc-bearer-token-authentication.adoc +++ b/docs/src/main/asciidoc/security-oidc-bearer-token-authentication.adoc @@ -49,7 +49,7 @@ Also, if you use Keycloak and bearer tokens, see the Quarkus xref:security-keycl To learn about how you can protect service applications by using OIDC Bearer token authentication, see the following tutorial: -* xref:security-oidc-bearer-token-authentication-tutorial.adoc[Protect a web application by using OpenID Connect (OIDC) authorization code flow]. +* xref:security-oidc-bearer-token-authentication-tutorial.adoc[Protect a service application by using OpenID Connect (OIDC) Bearer token authentication]. For information about how to support multiple tenants, see the Quarkus xref:security-openid-connect-multitenancy.adoc[Using OpenID Connect Multi-Tenancy] guide.