* PayPal TLS Fix
PayPal requires TLS 1.2 now - Added comments explaining this is the
case, and additional error handling for when the callback fails when TLS
1.0 or 1.1 is set.
* Removed Sandbox Credentials
Tch.
* Changed exception to WebException
If the PayPalAuthenticationHandler sees that an error caused by the
wrong SecurityProtocol has occurred, it throws a new WebException
instead of just Exception
* Reverted Whitespace changes to Startup.Auth.cs
Whitespace somehow got changed. I think this reverts it.
* Evernote provider is now available.
Based on Evernote SDK for .NET and the obsolete doc (ie. https://dev.evernote.com/doc/articles/authentication.php) (Step 3 is POST, not GET)
* Fix SyncrhonizationContext deadlock caused by ASP.NET site
* Evernote provider now working trought Xamarin OAuthAuthenticator and Identity Server 3
* Add claims for notestoreuri and accesstoken
* Evernote OK, before cleanup
* Cleanup
* Remove my credentials in demo project.
* Change the default URL to lower case
* Added ApplyRedirect to LinkedInAuthentication Provider
Changed LinkedInAuthenticationHandler to use ApplyRedirect
Added LinkedInApplyRedirectContext
Changes allow a developer to override the authorization endpoint
* Pass list of scopes to Saleforce authorization endpoint to allow for customisation of scopes via existing configuration option.
* SalesforceAuthenticationHandler ensure Options.Scope not null
* Added MyHeritage Provider
Initial commit for a MyHeritage provider
* Fixed signin case
* retarget 4.5
* Add MyHeritage to readme
* removed test references from Demo project
* fixed MyHeritage id token name