From 6b394ad40cbe16e27d067d1d92d1530d2a08a121 Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Fri, 5 Jan 2024 11:48:59 +0100 Subject: [PATCH] add note re OIDC unavailability on ACF2 systems Signed-off-by: Andrew Jandacek --- docs/extend/extend-apiml/api-mediation-oidc-authentication.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extend/extend-apiml/api-mediation-oidc-authentication.md b/docs/extend/extend-apiml/api-mediation-oidc-authentication.md index 38dac47375..18b8653629 100644 --- a/docs/extend/extend-apiml/api-mediation-oidc-authentication.md +++ b/docs/extend/extend-apiml/api-mediation-oidc-authentication.md @@ -9,6 +9,10 @@ This configuration is useful in advanced deployments of Zowe where client applic This article details the API ML OIDC authentication functionality, and how to configure the OIDC Authentication feature. +:::note +The OIDC feature is currently unavailable on ACF2 systems. +::: + - [Usage](#usage) - [Authentication flow](#authentication-flow) - [Prerequisites](#prerequisites)