{
  "issuer": "https://jutusta.ee",
  "authorization_endpoint": "https://jutusta.ee/api/auth/mcp/authorize",
  "token_endpoint": "https://jutusta.ee/api/auth/mcp/token",
  "userinfo_endpoint": "https://jutusta.ee/api/auth/mcp/userinfo",
  "jwks_uri": "https://jutusta.ee/api/auth/mcp/jwks",
  "registration_endpoint": "https://jutusta.ee/api/auth/mcp/register",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access",
    "tts"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "acr_values_supported": [
    "urn:mace:incommon:iap:silver",
    "urn:mace:incommon:iap:bronze"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "none"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "nbf",
    "iat",
    "jti",
    "email",
    "email_verified",
    "name"
  ],
  "agent_auth": {
    "skill": "https://jutusta.ee/auth.md",
    "register_uri": "https://jutusta.ee/api/auth/mcp/register",
    "authorization_uri": "https://jutusta.ee/api/auth/mcp/authorize",
    "token_uri": "https://jutusta.ee/api/auth/mcp/token",
    "identity_types_supported": [
      "oauth_user_delegation"
    ],
    "credential_types_supported": [
      "oauth2_access_token",
      "opaque_api_key"
    ],
    "grant_types_supported": [
      "authorization_code",
      "refresh_token"
    ],
    "code_challenge_methods_supported": [
      "S256"
    ],
    "scopes_supported": [
      "openid",
      "profile",
      "email",
      "offline_access",
      "tts"
    ],
    "x-consent-required": true,
    "x-api-key-issuance": "https://jutusta.ee/app/developers"
  }
}
