Authentication
Get OIDC configuration
Get the current OIDC configuration status
Response Body
application/json
curl -X GET "https://example.com/api/v1/auth/oidc/config"{
"oidc_enabled": true,
"oidc_initialized": true
}Get the current OIDC configuration status
application/json
curl -X GET "https://example.com/api/v1/auth/oidc/config"{
"oidc_enabled": true,
"oidc_initialized": true
}