{
  "issuer": "https://cryptoexchange.discount",
  "authorization_endpoint": "https://cryptoexchange.discount/oauth/authorize",
  "token_endpoint": "https://cryptoexchange.discount/oauth/token",
  "jwks_uri": "https://cryptoexchange.discount/.well-known/jwks.json",
  "grant_types_supported": ["authorization_code"],
  "response_types_supported": ["code"],
  "scopes_supported": ["openid", "read"]
}
