{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelfServiceProfileAllowedStrategyEnum", "title": "SelfServiceProfileAllowedStrategyEnum", "type": "string", "enum": [ "oidc", "samlp", "waad", "google-apps", "adfs", "okta", "auth0-samlp", "okta-samlp", "keycloak-samlp", "pingfederate" ] }