Step 2B: Search for an OAuth client app's tag-based access to a specific OAuth resource app
GET {{HOST}}/admin/v1/Apps?filter=id eq "{{oauthresourceappid}}" and (tags[key eq "{{tag1key}}" and value eq "{{tag1value}}"] or tags[key eq "{{tag2key}}" and value eq "{{tag2value}}"])
Search to see whether an OAuth Client App has tag-based access to a particular (OAuth Resource) App. You must add a filter-condition based on the ID of that OAuth Resource App.
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 |
---|---|---|---|
filter | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":0,"Resources":[],"startIndex":1,"itemsPerPage":50}