{ "$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" }