Stasis
Authentication

Get OIDC configuration

Get the current OIDC configuration status

GET
/api/v1/auth/oidc/config

Response Body

application/json

curl -X GET "https://example.com/api/v1/auth/oidc/config"
{
  "oidc_enabled": true,
  "oidc_initialized": true
}