-
Notifications
You must be signed in to change notification settings - Fork 534
Open
Labels
Description
Description
Hi Team,
If someone refers to this[1] and tries to configure IS as the Key Manager while using the /keymanager-operations/user-info endpoint, they will not know that an additional access control configuration is required. We should clearly mention in the documentation that if /keymanager-operations/user-info is used as the user-info endpoint, the following configuration is not required in IS:
[[resource.access_control]]
context="(.*)/scim2/Me"
secure=true
http_method="GET"
cross_tenant=true
permissions=[]
scopes=[]
However, if any other access controls are applied in IS, the following access control must also be added in the IS deployment.toml:
[[resource.access_control]]
context = "(.*)/keymanager-operations/user-info/claims/generate"
secure = true
http_method = "POST"
permissions = "/permission/admin/manage/identity/usermgt/list"
scopes = "internal_user_mgt_list"
Thanks and Regards,
Sujit
Suggested Improvement
It will be good if we update the APIM official doc with this.
Version(s)
4.x