After retrieving the platform resource ID in Step 3 and the scope IDs in Step 4, you can use the POST /environments/{environmentId}/applications/{applicationId}/grants
operation to create a new resource access grant for the application specified by its ID in the request URL.
The body of the request specifies the ID for the resource
property (openid
) and the ID for the scope that you will assign to the application resource grant.
The response data shows the resource grant ID and the scope associated with the grant.