Retrieving Identity Access Client Token

The access client token is returned from a POST call to the OCI IAM URL, provided at provisioning, along with the following:

Headers

Content-Type: application/x-www-form-urlencoded

Accept: application/json

Authorization: Basic {ociAuth}

ociAuth is the base64 encoding of your {clientId}:{clientSecret}

Data (URLEncoded)

grant_type=client_credentials

scope=rgbu :rpas :psraf-{environment}