Update PayPalAuthenticationOptions.cs
This commit is contained in:
@@ -140,7 +140,7 @@ namespace Owin.Security.Providers.PayPal
|
||||
CallbackPath = new PathString("/signin-paypal");
|
||||
AuthenticationMode = AuthenticationMode.Passive;
|
||||
Scope = new List<string>{
|
||||
"openid","profile","email","address","phone"
|
||||
"openid"
|
||||
};
|
||||
BackchannelTimeout = TimeSpan.FromSeconds(60);
|
||||
Endpoints = new PayPalAuthenticationEndpoints
|
||||
@@ -151,4 +151,4 @@ namespace Owin.Security.Providers.PayPal
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user