Resources are the protected endpoints that applications request access to using OAuth 2 authorization services. For this use case, the resource associated with the new application will be openid
, the OpenID Connect resource.
The GET /environments/{{envID}}/resources
returns a list of all resource entities associated with the specified environment. The resource entity ID for openid
is needed in Step 3 when you create the application’s resource access grant.
The response data includes the resource ID for each defined resource entity associated with the specified environment.