v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Auth Config

Create

Create registers a new authentication provider configuration for the tenant.

post/api/v1/auth-configs

Request body

bootstrapDomainsstring[] nullable

Email domains that route unknown users to this authentication provider during login.

deprecationDeadlinestring date-time
deprecationMessagestring

A user-visible message explaining why the provider is deprecated.

displayNamestring required

The human-readable name for this authentication provider.

isDefaultBootstrapboolean

Whether this provider is the default for users whose email domain has no explicit mapping.

status'AUTH_CONFIG_STATUS_UNSPECIFIED' | 'AUTH_CONFIG_STATUS_ACTIVE' | 'AUTH_CONFIG_STATUS_DEPRECATED' | 'AUTH_CONFIG_STATUS_DISABLED'

The initial status of the authentication provider.

Response

Successful response