我正在尝试通过 OAuth 2.0 实现 Zendesk 集成。当我重定向到登录页面时,我收到错误:“无效的授权请求”和“错误的请求”。
我的重定向网址:
string redirectUrl = $"https://{subdomain}.zendesk.com/oauth/authorizations/new?response_type=code&redirect_uri={redirectUri}&client_id={client_id}&scope=read";