I use Google OAuth for authenticating users on my application and face an issue with redirect_uri to support multiple client apps.
redirect_uri
On the server-side, I
You need to set the redirect uri as following:
'postmessage'
''
Pass from the client some kind of identifier so you will know in the server which redirect uri you should set.