cURL
curl --request GET \ --url https://api.example.com/api/sso/lookup \ --cookie better-auth.session_token=
{ "ssoRequired": true, "orgId": "<string>", "orgName": "<string>", "provider": "<string>" }
Checks whether an email domain requires SSO login.
Default Response
Was this page helpful?