security - oauth: Open access to anyone with the Access token -
i setting oauth2 web application. imagine case, entity abc authenticated , received access token web application.
is necessary ensure subsequent requests containing access token entity abc indeed coming in entity abc having validation fields abc aware of.
or, should grant access access token no matter are, believing has access token indeed entity abc?
it's responsibility secure access token transmission entity abc
if you're using bearer scheme authentication, grant access in possession of valid access token. no additional info required.
see also:http://self-issued.info/docs/draft-ietf-oauth-v2-bearer.html
Comments
Post a Comment