authentication - Google oAuth 2.0 localhost resolution -


how google authentication server resolve localhost address in callback?

thanks.

an oauth 2 authenticating party never contacts relying party.

instead, sends 302 redirect response browser, telling go relying party (and passing result code in query string).
browser capable of resolving localhost.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -