{
  "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",
  "response_types_supported": ["code", "token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "scopes_supported": ["openid", "profile", "email", "appointments:read", "appointments:write"],
  "registration_endpoint": "https://shilmoon.hospital/oauth/register",
  "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"
  }
}
