oauth 2.0 - Scope to get email address alone? -
i use https://www.googleapis.com/auth/userinfo.email
scope email address of authenticated user. while authenticating, google prompts user:
the app to:
- know on google+ (for icon says: this app requesting permission associate public google profile)
- view email address
i don't want user's google+ related information. using oauth2 authentication method. authsub request authentication requires email address access. how can access user's email address alone?
if using google+ sign-in, https://www.googleapis.com/auth/plus.login
scope automatically included, why seeing portion of permission dialog.
if not need enhanced features come along google+ sign-in feature, you'd want standard oauth flow. see google oauth scenarios solution might fit needs can ask email scope.
Comments
Post a Comment