{
  "issuer": "https://api.authlx.com",
  "authorization_endpoint": "https://authlx.com/login",
  "token_endpoint": "https://api.authlx.com/api/v1/dev/login",
  "jwks_uri": "https://api.authlx.com/.well-known/jwks.json",
  "registration_endpoint": "https://api.authlx.com/api/v1/client/register",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "read",
    "write",
    "auth:client",
    "auth:dev"
  ],
  "response_types_supported": [
    "token",
    "code",
    "id_token"
  ],
  "grant_types_supported": [
    "client_credentials",
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "service_documentation": "https://authlx.com/docs",
  "agent_auth": {
    "skill": "https://authlx.com/.well-known/agent-skills/auth/SKILL.md",
    "register_uri": "https://api.authlx.com/api/v1/client/register",
    "identity_types_supported": [
      "identity_assertion",
      "anonymous"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "api_key",
        "bearer_token"
      ],
      "claim_uri": "https://api.authlx.com/api/v1/client/login"
    },
    "anonymous": {
      "credential_types_supported": [
        "session_token"
      ],
      "claim_uri": "https://api.authlx.com/api/v1/client/register"
    }
  }
}
