AppRoles-Grants-Revoke an AppRole from a Client
Number of APIs: 2
-
Step 1: Get all grants of the specified approle to the client GET {{HOST}}/admin/v1/Grants?filter=grantee[value eq "{{clientappid}}" and type eq "App"] and entitlement[attributeName eq "appRoles" and attributeValue eq "{{approleid}}"]
-
Step 2: Delete each grant DELETE {{HOST}}/admin/v1/Grants/{{grantid}}