{
  "issuer": "https://auth.gravty.io",
  "authorization_endpoint": "https://auth.gravty.io/oauth2/authorize",
  "token_endpoint": "https://auth.gravty.io/oauth2/token",
  "jwks_uri": "https://auth.gravty.io/oauth2/jwks.json",
  "response_types_supported": ["code"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "grant_types_supported": ["authorization_code", "refresh_token"]
}