Patch Sso
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Body for PATCH /admin/api/v1/sso. All fields optional.
OIDC Single Sign-On configuration.
When enabled, the engine validates JWT tokens on protected routes
(/agent/invoke, /agent/stream, /agent/copilotkit/stream)
against the configured OIDC provider's JWKS endpoint, discovered via
{issuer}/.well-known/openid-configuration.
Response
Successful Response
GET response and the data payload of PATCH responses.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.