Step 4: Read the OIDC application secret
GET {{apiPath}}/environments/{{sourceEnvID}}/applications/{{oidcAppSourceID}}/secret
Retrieve the application secret using a GET {{apiPath}}/environments/{{sourceEnvID}}/applications/{{oidcAppSourceID}}/secret
request. Use the application ID that was returned in the previous step.
- In the request URL, set
{{oidcAppSourceID}}
to the ID of the application you created in step 3.
The response returns a secret
value that you will use in the next step to create an identity provider.
See Read Application Secret for more information.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |