I\'m having an issue implementing custom OAuth2Client for google using DotNetOpenAuth and MVC4.
I\'ve got to the point where I can successfully make the authorizatio
You can add a provider query parameter to the end of your callback url. e.g. https://mywebsite.com/Account/ExternalLoginCallback?provider=google
The you will get it and you don't need the work around.