AuthorizationServers
Custom authorization servers.
View Specific Information
Required Scopes
To query this view, Scope must include okta.authorizationServers.read.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM AuthorizationServers WHERE Id = 'GeGRTEr7f3yu2n7grw22'
Columns
Name | Type | Description |
Id [KEY] | String | Id of the server |
Name | String | Display name of the server |
Description | String | Description of the server |
Status | String | Status of the server |
Created | Datetime | When the item was created |
LastUpdated | Datetime | When the item was last updated |
Issuer | String | URL for the custom authorization server |
IssuerMode | String | Which URL is specified in the issuer of the tokens that a custom authorization server returns |
Audiences | String | The recipients that the tokens are intended for |
CredRotationMode | String | User verification setting |
CredLastRotated | Datetime | When the item was last updated |
CredNextRotation | Datetime | When the item was last updated |
CredKid | String | ID of the JSON Web Key used for signing tokens issued by the authorization server |
CredUse | String | How the key is used |