Browse the API reference

Get Auth Providers

get/v1/auth/providers

Part 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

FieldTypeDescription
password_authrequiredboolean

Whether password authentication is available

oidcrequiredOIDCProviderInfo

OIDC SSO availability

OIDCProviderInfo fields
FieldTypeDescription
enabledrequiredboolean

Whether OIDC SSO is available

provider_labeloptionalstring

Display label for the OIDC provider (e.g. 'Okta')

registrationrequiredboolean

Whether self-service registration is open

passkeysrequiredboolean

Whether passkey authentication is available

StatusMeaning
400Invalid request
429Rate limit exceeded
500Internal server error