Skip to main content
GET
/
admin
/
api
/
v1
/
sso
Get Sso
curl --request GET \
  --url https://api.example.com/admin/api/v1/sso
{
  "sso": {
    "issuer": "<string>",
    "clientId": "<string>",
    "enabled": true,
    "audience": "<string>",
    "allowedDomains": [
      "<string>"
    ],
    "allowedEmails": [
      "<string>"
    ]
  },
  "updatedAt": "2023-11-07T05:31:56Z"
}

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.

Response

200 - application/json

Successful Response

GET response and the data payload of PATCH responses.

sso
SSOConfig · object
required

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.

updatedAt
string<date-time>
required
Last modified on May 26, 2026