{
  "issuer": "https://chaicode.com",
  "authorization_endpoint": "https://chaicode.com/oauth/authorize",
  "token_endpoint": "https://chaicode.com/oauth/token",
  "jwks_uri": "https://chaicode.com/.well-known/jwks.json",
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"]
}
