{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_session_v1_OIDCSSOFactor", "title": "api_session_v1_OIDCSSOFactor", "type": "object", "properties": { "id": { "type": "string", "description": "The unique ID of an SSO Registration." }, "provider_id": { "type": "string", "description": "Globally unique UUID that identifies a specific OIDC Connection." }, "external_id": { "type": "string", "description": "The ID of the member given by the identity provider." } }, "required": [ "id", "provider_id", "external_id" ] }