List sign-in methods
Returns the deployment’s available sign-in methods: whether password sign-in is enabled and which OIDC providers are configured. Unauthenticated, so a login screen can render the right buttons before anyone signs in.
Response
The sign-in methods this deployment offers.
Lets a client render the login screen without probing: one ordered list of
the identity providers a person can sign in with — password, plus exactly
the OIDC providers (google, microsoft, ...) whose apps are configured on
the server. This is pre-authentication reference data, so the endpoint is
unauthenticated.
The sign-in methods this deployment offers.
Lets a client render the login screen without probing: one ordered list of
the identity providers a person can sign in with — password, plus exactly
the OIDC providers (google, microsoft, ...) whose apps are configured on
the server. This is pre-authentication reference data, so the endpoint is
unauthenticated.
The available sign-in methods, in the order a client should present them:
password first, then each configured OIDC provider.
How an account authenticates.
Corresponds to the IDENTITY_PROVIDER PostgreSQL enum. Password [blocked] is a
locally-held Argon2 secret; the rest are external OIDC providers keyed by
the provider's subject claim.
"password"