OAuth Token
Obtain the clientId and clientSecret required to obtain an OAuth call:
- From the Developer Portal, click Environments at the top of the page.
- Click the View Details link for the environment you want to view.
- Click the Show link for the Client Secret.
Environments labeled Resource Owner require an
integration username and password in addition to the clientId and
clientSecret.
Use the OAuth API - Postman samples - to obtain an OAuth token.
Verify the OAuth token matches the chain code and environment from which you will
consume events. It must be valid when you connect; this can be checked by looking at the
exp attribute in the token.
If you are the environment owner and the environment is on OPERA Cloud Identity Manager (OCIM), set the OAuth token lifetime to at least 60 minutes.
Parent topic: Prerequisites