Search code examples
google-apioauth-2.0simplemembership

Can SimpleMembership be used with Google API v3, OAuth2 authentication?


For Google API v3, is it possible to use SimpleMembership instead of Google Api Dotnet Client?

This is for subsequent usage against their services like calendar and drive.


Solution

  • Nope, the SimpleMembershipProvider for Google is an OpenID provider, not an OAuth2 provider.