Stytch · Schema

api_sso_v1_sso_oidc_CreateConnectionRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
display_name string A human-readable display name for the connection.
identity_provider object Name of the IdP. Enum with possible values: `classlink`, `cyberark`, `duo`, `google-workspace`, `jumpcloud`, `keycloak`, `miniorange`, `microsoft-entra`, `okta`, `onelogin`, `pingfederate`, `rippling`
View JSON Schema on GitHub

JSON Schema

stytch-api-sso-v1-sso-oidc-createconnectionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_sso_v1_sso_oidc_CreateConnectionRequest",
  "title": "api_sso_v1_sso_oidc_CreateConnectionRequest",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string",
      "description": "A human-readable display name for the connection."
    },
    "identity_provider": {
      "$ref": "#/components/schemas/api_sso_v1_CreateConnectionRequestIdentityProvider",
      "description": "Name of the IdP. Enum with possible values: `classlink`, `cyberark`, `duo`, `google-workspace`, `jumpcloud`, `keycloak`, `miniorange`, `microsoft-entra`, `okta`, `onelogin`, `pingfederate`, `rippling`, `salesforce`, `shibboleth`, or `generic`.\n\nSpecifying a known provider allows Stytch to handle any provider-specific logic."
    }
  },
  "description": "Request type"
}