Could not authenticate to server: ignored OAuth challenge

Try to connect webdav server this error show
Could not authenticate to server: ignored OAuth challenge

Any idea?

Thanks,

How in-depth is your understanding of OAuth? IAM as a whole is a deep river; I used to work on the IAM team for Costco. Take a look at the flow defined in RFC 6749 - 4.1. Authorization Code Grant, (RFC 6749: The OAuth 2.0 Authorization Framework). A client application (a) makes an authorization request to an authorization endpoint, (b) receives a short-lived authorization code, (c) makes a token request to a token endpoint with the authorization code, and (d) gets an access token. If you understand the flow, you can use a capture and wireshark to see the failed portion of the call flow.

Good luck and happy hunting!

Keith

3 Likes

thanks I try to upgrade winscp problem solved.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.