Search for an OAuth client app's explicit access to a specific OAuth resource app
GET {{HOST}}/admin/v1/Apps/{{clientappid}}?attributes=allowedScopes[idOfDefiningApp eq "{{oauthresourceappid}}"].idOfDefiningApp&distinct=true
Search to see if an OAuth Client App has explicit access to a particular OAuth Resource App. You must restrict the requested values of the Client's 'allowedScopes' attribute.
See https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/appmgmtrelationships.html for more information on understanding application management relationships between Apps, AppRoles, Users, and Groups.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
attributes | string | ||
distinct | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"isAliasApp":false,"displayName":"IDCS Portal","id":"1729053f9c4043058501e9455e660cd8","basedOnTemplate":{"value":"CustomWebAppTemplateId"}}