Auth0 · Schema

ConnectionAttributeMapOkta

Mapping of claims received from the identity provider (IdP)

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
attributes object
mapping_mode object
userinfo_scope object
View JSON Schema on GitHub

JSON Schema

auth0-connectionattributemapokta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAttributeMapOkta",
  "title": "ConnectionAttributeMapOkta",
  "type": "object",
  "description": "Mapping of claims received from the identity provider (IdP)",
  "properties": {
    "attributes": {
      "$ref": "#/components/schemas/ConnectionAttributeMapAttributes"
    },
    "mapping_mode": {
      "$ref": "#/components/schemas/ConnectionMappingModeEnumOkta"
    },
    "userinfo_scope": {
      "$ref": "#/components/schemas/ConnectionAttributeMapUserinfoScope"
    }
  }
}