OAuth Best Practice
-
I have set up a WP OAuth server. I sent the developers on the site that will connect with our site the instructions for authenticating against the OAuth server endpoints. However, the other developers insist that our server (the OAuth server) calls it’s own oauth/authenticate and oauth/token endpoints, generate a user access token, and transmit that access token either through a GIT parameter in the URL that the user clicks, or by setting a 3rd party cookie that they can access to obtain the access token.
I’m not as familiar with Oauth authentication, but it seems to me that there are a lot of security issues by passing the access token around like this instead of having the oauth handshake happen between the two servers. Do other sites authenticate in this fashion? Am I being unreasonable by wanting them to follow the standard procedure? Thanks.
- The topic ‘OAuth Best Practice’ is closed to new replies.