API reference/Ops: auth
List sign-in methods and what they need
GET
/ops/auth/providers
Whether each sign-in method is configured and, for the others, the environment variables to set (never their values). Setup steps: AUTH_PROVIDERS.md.
Authorization
bearer
Authorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.