Commit Graph

454 Commits

Author SHA1 Message Date
Tommy Parnell
346facbe2f bump version 2.14.0 2.15.0 2017-05-19 17:05:23 -04:00
bkrupa
934d75e9ad Added ability to force verify on twitch authentication (#202) 2017-05-19 16:52:05 -04:00
bencurthoys
feba5cc2fb PayPal TLS Fix (#206)
* 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.
2017-05-19 16:51:53 -04:00
Guillaume
5626c02442 Added provider for Evernote (#197)
* 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
2.13.0
2017-03-04 20:30:56 -05:00
Tommy Parnell
d07c280377 bump version 2.12.0 2016-12-09 07:59:02 -05:00
jasondaicoder
f5ccfa5fdf added provider for wso2 (#194)
* added provider for wso2

* corrected some wrong comments

* fixed wrong pacakges reference path issues

* Provided enough comments for the extension methods
2016-12-09 07:57:58 -05:00
Kevin Boyle
5b4c7a9621 Write out the full exception with stacktrace (#195) 2016-12-09 07:57:34 -05:00
Tommy Parnell
03bca9ac2c Merge branch 'YuriPetskus-patch-1' 2016-11-21 17:29:56 -05:00
Tommy Parnell
52ab5c2571 bump version 2.11.1 2016-11-21 17:29:30 -05:00
Tommy Parnell
4112051063 put email behind if wall 2016-11-21 17:25:59 -05:00
Tommy Parnell
e0b97f3bb5 Merge branch 'patch-1' of git://github.com/YuriPetskus/OwinOAuthProviders into YuriPetskus-patch-1 2016-11-21 17:22:52 -05:00
Tommy Parnell
6d999ec41a Update README.md 2016-11-11 17:26:48 -05:00
Tommy Parnell
2642736548 bump version 2.11.0 2016-11-01 18:14:18 -04:00
MartinPaulLippert
6cfab46b9d Added LinkedInAuthentication ApplyRedirect (#187)
* Added ApplyRedirect to LinkedInAuthentication Provider
Changed LinkedInAuthenticationHandler to use ApplyRedirect
Added LinkedInApplyRedirectContext

Changes allow a developer to override the authorization endpoint
2016-11-01 18:12:31 -04:00
Tommy Parnell
2567036747 bump version 2.10.0 2016-10-27 08:17:57 -04:00
Tommy Parnell
2e5561befb Merge pull request #185 from diwu86/sf_scope
add id to scope and mobile_phone to context
2016-10-27 08:16:19 -04:00
Di Wu
202f215c19 add id to scope and mobile_phone to context 2016-10-26 16:48:11 -04:00
Tommy Parnell
28b4edbde9 fix readme (#181) 2016-10-06 16:07:25 -04:00
Tommy Parnell
2eb914597b 2.9 2.9.0 2016-10-06 15:53:55 -04:00
denis32000
ed5615cd9f Added providers for Box and Baidu (#179)
* Added project with provider for Box cloud service
* Added Baidu provider
2016-10-06 15:49:04 -04:00
Tommy Parnell
83bad8424c bump version 2.8.0 2016-09-27 15:34:12 -04:00
Jimmi Corbishley
788ef3a1db Add channel properties for slack (#175)
* Get incoming webhook object infomation from reponse.

* Null check for incoming webhook object
2016-09-27 15:22:48 -04:00
Tommy Parnell
b2094b9c4f bump version v2.7.0 2016-07-03 14:13:04 -04:00
Jack Tench
e51b69cf8f Allow custom scopes for Salesforce (#168)
* Pass list of scopes to Saleforce authorization endpoint to allow for customisation of scopes via existing configuration option.

* SalesforceAuthenticationHandler ensure Options.Scope not null
2016-07-03 10:42:27 -07:00
Tommy Parnell
c083049ce3 revert changes to the build for now 2016-07-03 13:42:35 -04:00
Tommy Parnell
d7947f010a Revert "if else yo"
This reverts commit d761e6c904.
2016-07-03 13:36:18 -04:00
Tommy Parnell
bc4767f479 Revert "fix publish syntax"
This reverts commit a5af6f4886.
2016-07-03 13:36:16 -04:00
Tommy Parnell
fb60718771 Revert "minor build bug"
This reverts commit b0825b8339.
2016-07-03 13:36:15 -04:00
Tommy Parnell
c596c7787c Revert "build things"
This reverts commit 1625f787d2.
2016-07-03 13:36:12 -04:00
Tommy Parnell
1625f787d2 build things v2.6.3 2016-07-02 13:25:30 -07:00
Tommy Parnell
b0825b8339 minor build bug v2.6.2 2016-07-01 00:49:05 -07:00
Tommy Parnell
a5af6f4886 fix publish syntax 2016-07-01 00:23:51 -07:00
Tommy Parnell
d761e6c904 if else yo 2.6.1 2016-06-29 17:09:18 -07:00
Tommy Parnell
ef33598e31 have appveyor publish the things 2016-06-29 17:01:37 -07:00
Tommy Parnell
a551a1149e update docs link 2016-06-16 06:56:29 -04:00
Tommy Parnell
9a4ead5c50 bump version v2.6.0 2016-06-11 09:19:26 -04:00
Tommy Parnell
63564a691e Merge branch 'master' of github.com:tparnell8/OwinOAuthProviders 2016-06-11 09:18:26 -04:00
Tommy Parnell
f37aea4f46 bump version v2.5.0 2016-06-11 09:12:57 -04:00
Paulo Pinto
45c98eb1f3 Added MyHeritage provider (#164)
* 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
2016-06-11 09:09:40 -04:00
Tommy Parnell
4f5625c185 bump version v2.4.0 2016-06-09 19:30:33 -04:00
Dave Timmins
e4d504a0f4 Added refreshtoken and updated urls (#163) 2016-06-09 19:26:12 -04:00
Yuri Petskus
511a4c1287 Update VKontakteAuthenticationHandler.cs
Email support. VK send it with access_token
2016-05-24 15:53:12 +06:00
Tommy Parnell
4891cb06dc minor fixes 2016-05-20 09:04:21 -04:00
Tommy Parnell
93e3bacf75 retarget 4.5 v2.3.0 2016-05-20 08:36:12 -04:00
Tommy Parnell
7d18bfa473 Merge branch 'papinto-master' 2016-05-20 08:12:51 -04:00
Tommy Parnell
ea03fa5a4b merge in geni provider from #160 2016-05-20 08:12:35 -04:00
Tommy Parnell
96e955274b update readme 2016-05-18 08:37:52 -04:00
Tommy Parnell
e88f958804 bump version v2.2.0 2016-05-18 08:29:21 -04:00
Andrew Rogers
cb62315235 Discord authentication. (#161)
* Discord authentication.

* Remove compiler directive, fix indents.
2016-05-18 07:20:58 -04:00
Paulo Pinto
1fc9618e41 Fixed case in 'signin-geni' comment 2016-05-16 08:53:55 -07:00