diff --git a/samples/Identity.ExternalClaims/Startup.cs b/samples/Identity.ExternalClaims/Startup.cs index e535fc0..01b966b 100644 --- a/samples/Identity.ExternalClaims/Startup.cs +++ b/samples/Identity.ExternalClaims/Startup.cs @@ -40,7 +40,7 @@ public void ConfigureServices(IServiceCollection services) // Configure your auth keys, usually stored in Config or User Secrets o.ClientId = ""; o.ClientSecret = ""; - o.Scope.Add("https://www.googleapis.com/auth/plus.me"); + o.Scope.Add("https://www.googleapis.com/auth/plus.login"); o.ClaimActions.MapJsonKey(ClaimTypes.Gender, "gender"); o.SaveTokens = true; o.Events.OnCreatingTicket = ctx =>