{
  "issuer": "https://shilmoon.hospital",
  "authorization_endpoint": "https://shilmoon.hospital/oauth/authorize",
  "token_endpoint": "https://shilmoon.hospital/oauth/token",
  "jwks_uri": "https://shilmoon.hospital/.well-known/jwks.json",
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "response_types_supported": ["code"],
  "scopes_supported": ["appointments:read", "appointments:write", "doctors:read", "departments:read"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "private_key_jwt"],
  "revocation_endpoint": "https://shilmoon.hospital/oauth/revoke",
  "agent_auth": {
    "register_uri": "https://shilmoon.hospital/oauth/register",
    "supported_identity_types": ["service_account", "agent"],
    "supported_credential_types": ["client_secret", "private_key_jwt"],
    "documentation_url": "https://shilmoon.hospital/auth.md",
    "revocation_url": "https://shilmoon.hospital/oauth/revoke"
  }
}
