{
  "issuer": "https://uptimegrid.net",
  "authorization_endpoint": "https://app.uptimegrid.net/login",
  "token_endpoint": "https://api.uptimegrid.net/v1/auth/login",
  "userinfo_endpoint": "https://api.uptimegrid.net/v1/auth/me",
  "jwks_uri": "https://api.uptimegrid.net/v1/auth/jwks.json",
  "registration_endpoint": "https://app.uptimegrid.net/signup",
  "response_types_supported": ["token", "id_token token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["HS256"],
  "scopes_supported": ["openid", "email", "profile"],
  "token_endpoint_auth_methods_supported": ["client_secret_post"],
  "claims_supported": ["sub", "email", "name", "preferred_username", "role", "org_id"],
  "grant_types_supported": ["password", "refresh_token"],
  "service_documentation": "https://uptimegrid.net/docs/api/authentication"
}
