Step 3: Get all OIDC Scopes

GET {{apiPath}}/environments/{{envID}}/resources/{{openidResourceID}}/scopes

In this step, you get a list of all scopes, and from that list you must reference the scope IDs that you want to apply to the resource access grant in Step 4. The GET /environments/{{envID}}/resources/{{resourceID}}/scopes operation returns information about the scopes associated with the resource entity ID specified in the request URL.

The response data shows the scopes and their IDs. At a minimum, the resource application grant for this activity must have at least one openid scope.

Note: There are several scopes returned by this GET request. In this activity, you need only the profile scope.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring