Update PayPalAuthenticationOptions.cs

This commit is contained in:
Anuj Pandey
2015-04-08 17:43:20 +05:30
parent ce63ba6f4d
commit 6bf11d0159

View File

@@ -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
};
}
}
}
}