From 308b55a3eaf820729c4f991adf585ab16cb69d6a Mon Sep 17 00:00:00 2001 From: Richard Salac Date: Fri, 6 Dec 2024 10:04:41 +0100 Subject: [PATCH] clarify oidc resource server feature toggle docs --- docs/extend/extend-apiml/api-mediation-oidc-authentication.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/extend/extend-apiml/api-mediation-oidc-authentication.md b/docs/extend/extend-apiml/api-mediation-oidc-authentication.md index 33f193f57e..654a68a71b 100644 --- a/docs/extend/extend-apiml/api-mediation-oidc-authentication.md +++ b/docs/extend/extend-apiml/api-mediation-oidc-authentication.md @@ -233,9 +233,8 @@ For more information about the Zowe CLI Identity Federation Plug-in, see the [RE In the zowe.yaml file, configure the following properties: - - **components.gateway.apiml.security.oidc.enabled** - Specifies the global feature toggle. Set the value to `true` to enable OIDC authentication functionality. + Set the value to `true` to enable OIDC resource server functionality for authentication. - **components.gateway.apiml.security.oidc.registry** Specifies the SAF registry used to group the identities recognized as having OIDC identity mapping. The registry name is the string used during the creation of the mapping between the distributed and mainframe user identities. For more information, see **distributed-identity-registry-name** value used in the [ESM configuration](#esm-configuration-prerequisites).