Authorization Servers generate OAuth 2.0 and OpenID Connect tokens, including access tokens and ID tokens. The Okta Management API gives you the ability to configure and manage Authorization Servers and the security policies that are attached to them.
okta.authorizationServers.read
Lists all authorization servers
Success
Forbidden
Too Many Requests
[- {
- "audiences": [
- "string"
], - "created": "2019-08-24T14:15:22Z",
- "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "id": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "status": "ACTIVE",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Creates an authorization server
Created
Bad Request
Forbidden
Too Many Requests
{- "audiences": [
- "string"
], - "credentials": {
- "signing": {
- "kid": "string",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "name": "string",
- "status": "ACTIVE"
}
{- "audiences": [
- "string"
], - "created": "2019-08-24T14:15:22Z",
- "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "id": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "status": "ACTIVE",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.read
Retrieves an authorization server
Success
Forbidden
Not Found
Too Many Requests
{- "audiences": [
- "string"
], - "created": "2019-08-24T14:15:22Z",
- "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "id": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "status": "ACTIVE",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.manage
Replaces an authorization server
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "audiences": [
- "string"
], - "credentials": {
- "signing": {
- "kid": "string",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "name": "string",
- "status": "ACTIVE"
}
{- "audiences": [
- "string"
], - "created": "2019-08-24T14:15:22Z",
- "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "id": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "status": "ACTIVE",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.manage
Deletes an authorization server
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.read
Lists all associated authorization servers by trusted type for the given authServerId
Success
Forbidden
Not Found
Too Many Requests
[- {
- "audiences": [
- "string"
], - "created": "2019-08-24T14:15:22Z",
- "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "id": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "status": "ACTIVE",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Creates the trusted relationships between the given authorization server and other authorization servers
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "trusted": [
- "string"
]
}
[- {
- "audiences": [
- "string"
], - "created": "2019-08-24T14:15:22Z",
- "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "AUTO",
- "use": "sig"
}
}, - "description": "string",
- "id": "string",
- "issuer": "string",
- "issuerMode": "CUSTOM_URL",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "status": "ACTIVE",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Deletes an associated authorization server
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.read
Lists all custom token claims
Success
Forbidden
Not Found
Too Many Requests
[- {
- "alwaysIncludeInToken": true,
- "claimType": "IDENTITY",
- "conditions": {
- "scopes": [
- "string"
]
}, - "group_filter_type": "CONTAINS",
- "id": "string",
- "name": "string",
- "status": "ACTIVE",
- "system": true,
- "value": "string",
- "valueType": "EXPRESSION",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Creates a custom token claim
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "alwaysIncludeInToken": true,
- "claimType": "IDENTITY",
- "conditions": {
- "scopes": [
- "string"
]
}, - "group_filter_type": "CONTAINS",
- "name": "string",
- "status": "ACTIVE",
- "system": true,
- "value": "string",
- "valueType": "EXPRESSION"
}
{- "alwaysIncludeInToken": true,
- "claimType": "IDENTITY",
- "conditions": {
- "scopes": [
- "string"
]
}, - "group_filter_type": "CONTAINS",
- "id": "string",
- "name": "string",
- "status": "ACTIVE",
- "system": true,
- "value": "string",
- "valueType": "EXPRESSION",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.read
Retrieves a custom token claim
Success
Forbidden
Not Found
Too Many Requests
{- "alwaysIncludeInToken": true,
- "claimType": "IDENTITY",
- "conditions": {
- "scopes": [
- "string"
]
}, - "group_filter_type": "CONTAINS",
- "id": "string",
- "name": "string",
- "status": "ACTIVE",
- "system": true,
- "value": "string",
- "valueType": "EXPRESSION",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.manage
Replaces a custom token claim
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "alwaysIncludeInToken": true,
- "claimType": "IDENTITY",
- "conditions": {
- "scopes": [
- "string"
]
}, - "group_filter_type": "CONTAINS",
- "name": "string",
- "status": "ACTIVE",
- "system": true,
- "value": "string",
- "valueType": "EXPRESSION"
}
{- "alwaysIncludeInToken": true,
- "claimType": "IDENTITY",
- "conditions": {
- "scopes": [
- "string"
]
}, - "group_filter_type": "CONTAINS",
- "id": "string",
- "name": "string",
- "status": "ACTIVE",
- "system": true,
- "value": "string",
- "valueType": "EXPRESSION",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.manage
Deletes a custom token claim
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.read
Lists all clients
Success
Forbidden
Not Found
Too Many Requests
[- {
- "client_id": "string",
- "client_name": "string",
- "client_uri": "string",
- "logo_uri": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.read
Lists all refresh tokens for a client
Success
Forbidden
Not Found
Too Many Requests
[- {
- "clientId": "string",
- "created": "2019-08-24T14:15:22Z",
- "createdBy": {
- "id": "string",
- "type": "string"
}, - "expiresAt": "2019-08-24T14:15:22Z",
- "id": "string",
- "issuer": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "scopes": [
- "string"
], - "status": "ACTIVE",
- "userId": "string",
- "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Revokes all refresh tokens for a client
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.read
Retrieves a refresh token for a client
Success
Forbidden
Not Found
Too Many Requests
{- "clientId": "string",
- "created": "2019-08-24T14:15:22Z",
- "createdBy": {
- "id": "string",
- "type": "string"
}, - "expiresAt": "2019-08-24T14:15:22Z",
- "id": "string",
- "issuer": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "scopes": [
- "string"
], - "status": "ACTIVE",
- "userId": "string",
- "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.authorizationServers.manage
Revokes a refresh token for a client
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.read
Lists all credential keys
Success
Forbidden
Not Found
Too Many Requests
[- {
- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Rotates all credential keys
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "use": "sig"
}
[- {
- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.authorizationServers.manage
Activates an authorization server
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.manage
Deactivates an authorization server
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.authorizationServers.read
Lists all policies
Success
Forbidden
Not Found
Too Many Requests
[- {
- "created": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "priority": 0,
- "status": "ACTIVE",
- "system": true,
- "type": "ACCESS_POLICY",
- "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}, - "conditions": {
- "app": {
- "exclude": [
- {
- "id": "string",
- "name": "string",
- "type": "APP"
}
], - "include": [
- {
- "id": "string",
- "name": "string",
- "type": "APP"
}
]
}, - "apps": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "authContext": {
- "authType": "ANY"
}, - "authProvider": {
- "include": [
- "string"
], - "provider": "ACTIVE_DIRECTORY"
}, - "beforeScheduledAction": {
- "duration": {
- "number": 0,
- "unit": "string"
}, - "lifecycleAction": {
- "status": "ACTIVATING"
}
}, - "clients": {
- "include": [
- "string"
]
}, - "context": {
- "migrated": true,
- "platform": {
- "supportedMDMFrameworks": [
- "AFW"
], - "types": [
- "ANDROID"
]
}, - "rooted": true,
- "trustLevel": "ANY",
- "expression": "string"
}, - "device": {
- "migrated": true,
- "platform": {
- "supportedMDMFrameworks": [
- "AFW"
], - "types": [
- "ANDROID"
]
}, - "rooted": true,
- "trustLevel": "ANY"
}, - "grantTypes": {
- "include": [
- "string"
]
}, - "groups": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "identityProvider": {
- "idpIds": [
- "string"
], - "provider": "ANY"
}, - "mdmEnrollment": {
- "blockNonSafeAndroid": true,
- "enrollment": "ANY_OR_NONE"
}, - "network": {
- "connection": "ANYWHERE",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "people": {
- "groups": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "users": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}, - "platform": {
- "exclude": [
- {
- "os": {
- "expression": "string",
- "type": "ANDROID",
- "version": {
- "matchType": null,
- "value": null
}
}, - "type": "ANY"
}
], - "include": [
- {
- "os": {
- "expression": "string",
- "type": "ANDROID",
- "version": {
- "matchType": null,
- "value": null
}
}, - "type": "ANY"
}
]
}, - "risk": {
- "behaviors": [
- "string"
]
}, - "riskScore": {
- "level": "string"
}, - "scopes": {
- "include": [
- "string"
]
}, - "userIdentifier": {
- "attribute": "string",
- "patterns": [
- {
- "matchType": "CONTAINS",
- "value": "string"
}
], - "type": "ATTRIBUTE"
}, - "users": {
- "exclude": [
- "string"
], - "inactivity": {
- "number": 0,
- "unit": "string"
}, - "include": [
- "string"
], - "lifecycleExpiration": {
- "lifecycleStatus": "string",
- "number": 0,
- "unit": "string"
}, - "passwordExpiration": {
- "number": 0,
- "unit": "string"
}, - "userLifecycleAttribute": {
- "attributeName": "string",
- "matchingValue": "string"
}
}, - "userStatus": {
- "value": "ACTIVATING"
}
}
}
]
okta.authorizationServers.manage
Creates a policy
Created
Bad Request
Forbidden
Not Found
Too Many Requests
{- "description": "string",
- "name": "string",
- "priority": 0,
- "status": "ACTIVE",
- "system": true,
- "type": "ACCESS_POLICY",
- "conditions": {
- "app": {
- "exclude": [
- {
- "name": "string",
- "type": "APP"
}
], - "include": [
- {
- "name": "string",
- "type": "APP"
}
]
}, - "apps": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "authContext": {
- "authType": "ANY"
}, - "authProvider": {
- "include": [
- "string"
], - "provider": "ACTIVE_DIRECTORY"
}, - "beforeScheduledAction": {
- "duration": {
- "number": 0,
- "unit": "string"
}, - "lifecycleAction": {
- "status": "ACTIVATING"
}
}, - "clients": {
- "include": [
- "string"
]
}, - "context": {
- "migrated": true,
- "platform": {
- "supportedMDMFrameworks": [
- "AFW"
], - "types": [
- "ANDROID"
]
}, - "rooted": true,
- "trustLevel": "ANY",
- "expression": "string"
}, - "device": {
- "migrated": true,
- "platform": {
- "supportedMDMFrameworks": [
- "AFW"
], - "types": [
- "ANDROID"
]
}, - "rooted": true,
- "trustLevel": "ANY"
}, - "grantTypes": {
- "include": [
- "string"
]
}, - "groups": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "identityProvider": {
- "idpIds": [
- "string"
], - "provider": "ANY"
}, - "mdmEnrollment": {
- "blockNonSafeAndroid": true,
- "enrollment": "ANY_OR_NONE"
}, - "network": {
- "connection": "ANYWHERE",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "people": {
- "groups": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "users": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}, - "platform": {
- "exclude": [
- {
- "os": {
- "expression": "string",
- "type": "ANDROID",
- "version": {
- "matchType": "EXPRESSION",
- "value": "string"
}
}, - "type": "ANY"
}
], - "include": [
- {
- "os": {
- "expression": "string",
- "type": "ANDROID",
- "version": {
- "matchType": "EXPRESSION",
- "value": "string"
}
}, - "type": "ANY"
}
]
}, - "risk": {
- "behaviors": [
- "string"
]
}, - "riskScore": {
- "level": "string"
}, - "scopes": {
- "include": [
- "string"
]
}, - "userIdentifier": {
- "attribute": "string",
- "patterns": [
- {
- "matchType": "CONTAINS",
- "value": "string"
}
], - "type": "ATTRIBUTE"
}, - "users": {
- "exclude": [
- "string"
], - "inactivity": {
- "number": 0,
- "unit": "string"
}, - "include": [
- "string"
], - "lifecycleExpiration": {
- "lifecycleStatus": "string",
- "number": 0,
- "unit": "string"
}, - "passwordExpiration": {
- "number": 0,
- "unit": "string"
}, - "userLifecycleAttribute": {
- "attributeName": "string",
- "matchingValue": "string"
}
}, - "userStatus": {
- "value": "ACTIVATING"
}
}
}
{- "created": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "priority": 0,
- "status": "ACTIVE",
- "system": true,
- "type": "ACCESS_POLICY",
- "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}, - "conditions": {
- "app": {
- "exclude": [
- {
- "id": "string",
- "name": "string",
- "type": "APP"
}
], - "include": [
- {
- "id": "string",
- "name": "string",
- "type": "APP"
}
]
}, - "apps": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "authContext": {
- "authType": "ANY"
}, - "authProvider": {
- "include": [
- "string"
], - "provider": "ACTIVE_DIRECTORY"
}, - "beforeScheduledAction": {
- "duration": {
- "number": 0,
- "unit": "string"
}, - "lifecycleAction": {
- "status": "ACTIVATING"
}
}, - "clients": {
- "include": [
- "string"
]
}, - "context": {
- "migrated": true,
- "platform": {
- "supportedMDMFrameworks": [
- "AFW"
], - "types": [
- "ANDROID"
]
}, - "rooted": true,
- "trustLevel": "ANY",
- "expression": "string"
}, - "device": {
- "migrated": true,
- "platform": {
- "supportedMDMFrameworks": [
- "AFW"
], - "types": [
- "ANDROID"
]
}, - "rooted": true,
- "trustLevel": "ANY"
}, - "grantTypes": {
- "include": [
- "string"
]
}, - "groups": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "identityProvider": {
- "idpIds": [
- "string"
], - "provider": "ANY"
}, - "mdmEnrollment": {
- "blockNonSafeAndroid": true,
- "enrollment": "ANY_OR_NONE"
}, - "network": {
- "connection": "ANYWHERE",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "people": {
- "groups": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "users": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}, - "platform": {
- "exclude": [
- {
- "os": {
- "expression": "string",
- "type": "ANDROID",
- "version": {
- "matchType": "EXPRESSION",
- "value": "string"
}
}, - "type": "ANY"
}
], - "include": [
- {
- "os": {
- "expression": "string",
- "type": "ANDROID",
- "version": {
- "matchType": "EXPRESSION",
- "value": "string"
}
}, - "type": "ANY"
}
]
}, - "risk": {
- "behaviors": [
- "string"
]
}, - "riskScore": {
- "level": "string"
}, - "scopes": {
- "include": [
- "string"
]
}, - "userIdentifier": {
- "attribute": "string",
- "patterns": [
- {
- "matchType": "CONTAINS",
- "value": "string"
}
], - "type": "ATTRIBUTE"
}, - "users": {
- "exclude": [
- "string"
], - "inactivity": {
- "number": 0,
- "unit": "string"
}, - "include": [
- "string"
], - "lifecycleExpiration": {
- "lifecycleStatus": "string",
- "number": 0,
- "unit": "string"
}, - "passwordExpiration": {
- "number": 0,
- "unit": "string"
}, - "userLifecycleAttribute": {
- "attributeName": "string",
- "matchingValue": "string"
}
}, - "userStatus": {
- "value": "ACTIVATING"
}
}
}
okta.authorizationServers.read
Retrieves a policy
Success
Forbidden
Not Found
Too Many Requests