mattjohnsonpint / DotNetOpenAuth.GoogleOAuth2

DotNetOpenAuth OAuth2 Client for Google
23 stars 18 forks source link

Working example #13

Closed cd21h closed 9 years ago

cd21h commented 9 years ago

Hi Matt, could you please provide sample web application?

From the documentation is is not clear where to put following code

// add this line
GoogleOAuth2Client.RewriteRequest();

// it belongs right before your existing call to
OAuthWebSecurity.VerifyAuthentication(....)
mattjohnsonpint commented 9 years ago

This was made a few years ago, for use with the MVC4 starter templates that ship with VS2012. It does not apply to the current MVC5 or the next MVC6. Sorry, but I have no interest in supporting it with further examples.