{ "type": "object", "name": "SuccessfulAuthenticationConfigurationEndpoint", "properties": { "OrgId": { "type": "string" }, "Url": { "type": "string" }, "MobileSDK": { "type": "object", "properties": { "UseiOSNativeBrowserForAuthentication": { "type": "boolean" }, "UseAndroidNativeBrowserForAuthentication": { "type": "boolean" }, "shareBrowserSessionIOS": { "type": "boolean" }, "shareBrowserSessionAndroid": { "type": "boolean" } }, "required": [ "UseiOSNativeBrowserForAuthentication", "UseAndroidNativeBrowserForAuthentication", "shareBrowserSessionIOS", "shareBrowserSessionAndroid" ] }, "LoginPage": { "type": "['string', 'null']" }, "SamlProviders": { "type": "array", "description": "", "items": { "type": "string" } }, "AuthProviders": { "type": "array", "description": "", "items": { "type": "string" } }, "CertificateLogin": { "type": "['string', 'null']" }, "LoginPageType": { "type": "string" }, "LoginPageTypeConfigs": { "type": "object" } }, "required": [ "OrgId", "Url", "MobileSDK", "LoginPage", "SamlProviders", "AuthProviders", "CertificateLogin", "LoginPageType", "LoginPageTypeConfigs" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }