PUT /api/v1/authorizationServers/{authServerId}
Replaces an authorization server
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
authServerId |
String | Yes |
|
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | No |
The ID of the custom authorization server |
audiences[] |
Array | No |
The recipients that the tokens are intended for. This becomes the |
created |
String | No | |
issuerMode |
String | No |
Indicates which value is specified in the issuer of the tokens that a custom authorization server returns: the Okta org domain URL or a custom domain URL.
When set to When set to When set to After you configure a custom URL domain, all new custom authorization servers use |
name |
String | No |
The name of the custom authorization server |
description |
String | No |
The description of the custom authorization server |
credentials |
Object | No | |
credentials.signing |
Object | No | |
credentials.signing.nextRotation |
String | No |
The timestamp when the authorization server changes the Key for signing tokens. This is only returned when |
credentials.signing.lastRotated |
String | No |
The timestamp when the authorization server started using the |
credentials.signing.kid |
String | No |
The ID of the JSON Web Key used for signing tokens issued by the authorization server |
credentials.signing.rotationMode |
String | No |
The Key rotation mode for the authorization server Possible values:
|
credentials.signing.use |
String | No |
How the key is used Possible values:
|
issuer |
String | No |
The complete URL for the custom authorization server. This becomes the |
status |
String | No |
Possible values:
|
lastUpdated |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.