Skip to content

hasIdpConfigured

Determine whether the current organization has configured identity providers.

Returns

Boolean!

Sample

query {
  hasIdpConfigured
}
{}
{
  "data": {
    "hasIdpConfigured": true
  }
}