From 4f8bf70939273764082e8906dd1cf98ed7ae7e84 Mon Sep 17 00:00:00 2001 From: arooshlele Date: Mon, 22 Dec 2025 16:03:33 +0530 Subject: [PATCH 1/4] Updated authenticating-with-client-certificates.md Signed-off-by: arooshlele --- docs/user-guide/authenticating-with-client-certificates.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/authenticating-with-client-certificates.md b/docs/user-guide/authenticating-with-client-certificates.md index 387c60b96d..581acf2316 100644 --- a/docs/user-guide/authenticating-with-client-certificates.md +++ b/docs/user-guide/authenticating-with-client-certificates.md @@ -71,6 +71,12 @@ If using the internal API ML mapper (default from Zowe v3) and the MAP / CERTMAP :::tip To disable the API ML mapper, ensure that you set the parameter `components.gateway.apiml.security.useInternalMapper` to `false`. ::: + + :::note + API ML currently only supports `DIGTNMAP` for certificate-to-user mapping. + ::: + + **ACF2** From 757ce76e4d97e9ca9476ae0133b76d637d15ce25 Mon Sep 17 00:00:00 2001 From: ArooshLele Date: Thu, 12 Feb 2026 18:02:58 +0530 Subject: [PATCH 2/4] Update authenticating-with-client-certificates.md Signed-off-by: ArooshLele --- docs/user-guide/authenticating-with-client-certificates.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guide/authenticating-with-client-certificates.md b/docs/user-guide/authenticating-with-client-certificates.md index 581acf2316..6f97ca0ccd 100644 --- a/docs/user-guide/authenticating-with-client-certificates.md +++ b/docs/user-guide/authenticating-with-client-certificates.md @@ -70,6 +70,10 @@ If using the internal API ML mapper (default from Zowe v3) and the MAP / CERTMAP :::tip To disable the API ML mapper, ensure that you set the parameter `components.gateway.apiml.security.useInternalMapper` to `false`. + If the internal mapper is disabled, then API ML only supports DIGTNMAP for certificate-to-user mapping. + If the internal mapper is enabled, then API ML supports the following: + - DIGTNMAP for certificate-to-user mapping. + - Adding the certificate to the user. ::: :::note From fd00e446c62e4f2b3e3cd77eb5d3f939d4086425 Mon Sep 17 00:00:00 2001 From: ArooshLele Date: Fri, 13 Feb 2026 16:03:59 +0530 Subject: [PATCH 3/4] Update authenticating-with-client-certificates.md (#4930) Signed-off-by: ArooshLele --- .../authenticating-with-client-certificates.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/user-guide/authenticating-with-client-certificates.md b/docs/user-guide/authenticating-with-client-certificates.md index 1ae54ab19b..2cab7e5c6e 100644 --- a/docs/user-guide/authenticating-with-client-certificates.md +++ b/docs/user-guide/authenticating-with-client-certificates.md @@ -68,19 +68,12 @@ If using the internal API ML mapper (default from Zowe v3) and the MAP / CERTMAP SETROPTS RACLIST(DIGTCERT, DIGTRING) REFRESH ``` - :::tip + :::NOTE + In API Mediation Layer, the Internal mapper is enabled by default. The API Mediation Layer hence supports `DIGTNMAP` and adding the certificate to the user, whereas the + `ZSS` mapper only supports adding the certificate to the user. To disable the API ML mapper, ensure that you set the parameter `components.gateway.apiml.security.useInternalMapper` to `false`. - If the internal mapper is disabled, then API ML only supports DIGTNMAP for certificate-to-user mapping. - If the internal mapper is enabled, then API ML supports the following: - - DIGTNMAP for certificate-to-user mapping. - - Adding the certificate to the user. ::: - :::note - API ML currently only supports `DIGTNMAP` for certificate-to-user mapping. - ::: - - **ACF2** From 5f5d22a74131e07b9cc73605f94e2774414fbca1 Mon Sep 17 00:00:00 2001 From: ArooshLele Date: Mon, 16 Feb 2026 10:02:20 +0530 Subject: [PATCH 4/4] Update authenticating-with-client-certificates.md (#4932) Edited the text in the Note. Signed-off-by: ArooshLele --- docs/user-guide/authenticating-with-client-certificates.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user-guide/authenticating-with-client-certificates.md b/docs/user-guide/authenticating-with-client-certificates.md index 2cab7e5c6e..f394507de6 100644 --- a/docs/user-guide/authenticating-with-client-certificates.md +++ b/docs/user-guide/authenticating-with-client-certificates.md @@ -68,10 +68,9 @@ If using the internal API ML mapper (default from Zowe v3) and the MAP / CERTMAP SETROPTS RACLIST(DIGTCERT, DIGTRING) REFRESH ``` - :::NOTE + :::note In API Mediation Layer, the Internal mapper is enabled by default. The API Mediation Layer hence supports `DIGTNMAP` and adding the certificate to the user, whereas the `ZSS` mapper only supports adding the certificate to the user. - To disable the API ML mapper, ensure that you set the parameter `components.gateway.apiml.security.useInternalMapper` to `false`. :::