Skip to main content
GET
List sign-in methods

Response

200 - application/json

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.

methods
string[]
required

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.

Allowed value: "password"