OAuth2.0 Authorization URL returns "403 Forbidden"
回答済みWhen accessing an Authorization URL with IP address in redirect_uri, "403 Forbidden" is displayed.
If an Authorization URL with domain in redirect_uri, It works normally.
Is this a specification change? Or is it a fault?
[Example]
https://account.box.com/api/oauth2/authorize?client_id=CLIENTID&response_type=code&redirect_uri=https://example.com/
->It work.
https://account.box.com/api/oauth2/authorize?client_id=CLIENTID&response_type=code&redirect_uri=https://1.2.3.4/
->403 Forbidden
サインインしてコメントを残してください。
コメント
7件のコメント