Get Auth Providers
get
/v1/auth/providersPart of Auth.
Returns which authentication methods this deployment offers. The login surface renders its posture from this instead of hardcoding methods.
Authentication
This operation does not require an API key.
Example request
curl
curl -X GET "https://api.robosystems.ai/v1/auth/providers"Responses
200 Successful Response
| Field | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
password_authrequired | boolean | Whether password authentication is available | |||||||||
oidcrequired | OIDCProviderInfo | OIDC SSO availability OIDCProviderInfo fields
| |||||||||
registrationrequired | boolean | Whether self-service registration is open | |||||||||
passkeysrequired | boolean | Whether passkey authentication is available |
| Status | Meaning |
|---|---|
| 400 | Invalid request |
| 429 | Rate limit exceeded |
| 500 | Internal server error |