Search for an oauthclient app's account-based access to a particular oauth resource app

GET {{HOST}}/admin/v1/Apps/{{oauthresourceappid}}?attributes=isOAuthResource

Search to see if an OAuth Client App has account-based access to a particular OAuth Resource App. You must add a filter-condition based on the ID of that OAuth Resource App.

If the value is 'true', then the Client has access to that App via OAuth. If the value is 'false', then the Client can't access that App via OAuth.

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

KeyDatatypeRequiredDescription
attributesstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"isAliasApp":false,"displayName":"Demo","id":"c4b20a6b16e24fec9e3e18322c997297","isOAuthResource":true,"basedOnTemplate":{"value":"CustomWebAppTemplateId"}}