{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-sso-config-structure.json", "title": "SsoConfiguration", "type": "object", "properties": { "id": "string", "tenantId": "string", "type": "string", "domain": "string", "samlMetadata": "string", "ssoEndpoint": "string", "enabled": "boolean" } }