cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/auth-config \ --header 'x-api-token: <api-key>'
{ "enabledProviders": [ "42-school" ], "oidcProviders": [ { "id": "<string>", "name": "<string>" } ] }
Retrieve the authentication configuration settings.
Successful response
Authentication configuration settings
List of enabled authentication providers
Show child attributes
OIDC provider configurations
Was this page helpful?