Skip to content
Start free in Cloud

Get SSO availability REST API

GET
/api/auth/sso
curl --request GET \
--url http://127.0.0.1:25737/api/auth/sso

Returns whether at least one team has an enabled SSO configuration. This controls whether the public login page offers SSO; it does not reveal team or provider details.

SSO availability

Media typeapplication/json
object
enabled
required
boolean
Examplegenerated
{
"enabled": true
}