{
  "issuer": "https://emchat.online",
  "authorization_endpoint": "https://emchat.online/.well-known/oauth-authorization-server",
  "token_endpoint": "https://emchat.online/.well-known/oauth-authorization-server/token",
  "jwks_uri": "https://emchat.online/.well-known/jwks.json",
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "response_types_supported": ["code", "token"],
  "scopes_supported": ["openid", "profile", "email"],
  "registration_endpoint": "https://emchat.online/auth.md",
  "agent_auth": {
    "register_uri": "https://emchat.online/auth.md",
    "supported_identity_types": ["email", "openid"],
    "supported_credential_types": ["client_secret_basic", "private_key_jwt"],
    "claim_endpoint": "https://emchat.online/.well-known/oauth-authorization-server/claims",
    "revocation_endpoint": "https://emchat.online/.well-known/oauth-authorization-server/revoke"
  }
}
