-
Notifications
You must be signed in to change notification settings - Fork 144
Updated authenticating-with-client-certificates.md #4868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
4f8bf70
648fcd8
1c0786b
757ce76
064c108
00c093a
fd00e44
2ca3e5c
5f5d22a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
||
| ::: | ||
|
|
||
|
|
||
| </details> | ||
|
|
||
| **ACF2** | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this statement should be removed, as it could be confusing, the guide is already written to recommend not changing the default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted. The statement [To disable the API ML mapper, ensure that you set the parameter
components.gateway.apiml.security.useInternalMappertofalse.] is removed.