{
  "resource": "https://api.keeptrusts.com/v1",
  "authorization_servers": [
    "https://console.keeptrusts.com"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access",
    "events:read",
    "events:write",
    "configs:read",
    "configs:write",
    "configurations:read",
    "gateways:admin",
    "escalations:read",
    "escalations:claim",
    "escalations:resolve",
    "exports:read",
    "exports:write",
    "teams:manage",
    "tokens:read",
    "tokens:write",
    "tokens:admin",
    "knowledge:read",
    "knowledge:write"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "agent_auth": {
    "skill": "https://keeptrusts.com/auth.md",
    "register_uri": "https://console.keeptrusts.com/api/auth/register",
    "claim_uri": "https://console.keeptrusts.com/api/auth/verify-email",
    "identity_types_supported": [
      "identity_assertion"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email"
      ],
      "credential_types_supported": [
        "access_token"
      ]
    }
  },
  "issuer": "https://console.keeptrusts.com",
  "authorization_endpoint": "https://console.keeptrusts.com/api/auth/authorize",
  "token_endpoint": "https://console.keeptrusts.com/api/auth/token",
  "jwks_uri": "https://keeptrusts.com/.well-known/jwks.json",
  "registration_endpoint": "https://console.keeptrusts.com/api/auth/register",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "response_types_supported": [
    "code"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://docs.keeptrusts.com/docs/features/api-tokens/",
  "userinfo_endpoint": "https://console.keeptrusts.com/api/auth/userinfo",
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "EdDSA"
  ],
  "claims_supported": [
    "sub",
    "email",
    "name"
  ]
}