From 2fc3af6a86fa329e0a68878c862057d99d0133d6 Mon Sep 17 00:00:00 2001 From: AndyMunro Date: Thu, 21 Apr 2022 12:27:22 -0400 Subject: [PATCH] Correcting wrong cross-reference New link goes to OIDC Auth Flows section Closes #11582 --- server_admin/topics/identity-broker/oidc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/identity-broker/oidc.adoc b/server_admin/topics/identity-broker/oidc.adoc index 3529422a8e..b47a6e19b1 100644 --- a/server_admin/topics/identity-broker/oidc.adoc +++ b/server_admin/topics/identity-broker/oidc.adoc @@ -2,7 +2,7 @@ [[_identity_broker_oidc]] === OpenID Connect v1.0 identity providers -{project_name} brokers identity providers based on the OpenID Connect protocol. These identity providers (IDPs) must support the xref:proc-creating-oidc-client_{context}[Authorization Code Flow] defined in the specification to authenticate users and authorize access. +{project_name} brokers identity providers based on the OpenID Connect protocol. These identity providers (IDPs) must support the xref:con-oidc-auth-flows_{context}[Authorization Code Flow] defined in the specification to authenticate users and authorize access. .Procedure