Auth0 · Schema

ConnectionOptionsOkta

Options for the 'okta' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsokta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsOkta",
  "title": "ConnectionOptionsOkta",
  "description": "Options for the 'okta' connection",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsCommon"
    },
    {
      "$ref": "#/components/schemas/ConnectionOptionsCommonOIDC"
    },
    {
      "type": "object",
      "properties": {
        "attribute_map": {
          "$ref": "#/components/schemas/ConnectionAttributeMapOkta"
        },
        "domain": {
          "$ref": "#/components/schemas/ConnectionDomainOkta"
        },
        "type": {
          "$ref": "#/components/schemas/ConnectionTypeEnumOkta"
        }
      }
    }
  ],
  "additionalProperties": true
}