dependabot[bot]
1469eecc87
Bump Newtonsoft.Json in /src/Owin.Security.Providers.Google
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 8.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/8.0.3...13.0.1 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-15 15:33:41 +00:00
Tommy Parnell
8b382b0429
bump version
2.26.0
2019-02-11 08:34:59 -05:00
Tommy Parnell
8e6fedf25b
Merge pull request #254 from gwilymatgearset/add-google-signin-provider
...
Add Google Sign-In provider
2019-02-11 08:32:04 -05:00
Tommy Parnell
13bbd8a89f
Merge pull request #253 from todorm85/master
...
Migration to LinkedIn v2.0 API (deadline March 2019)
2019-02-11 08:31:45 -05:00
Gwilym Kuiper
4400102d13
Change DefaultAuthenticationType to Google
2019-01-29 15:05:28 +00:00
Gwilym Kuiper
c9e6d86bc8
Update some comments about Google+ -> Google
2019-01-29 14:56:02 +00:00
Gwilym Kuiper
4edd2ae28a
Fix up API usage changes for Google
2019-01-29 14:56:02 +00:00
Gwilym Kuiper
1301c6c0d2
Update GoogleAuthenticationOptions for Google Signin
2019-01-29 14:53:30 +00:00
Gwilym Kuiper
0c529e18fe
Rename GooglePlus to Google
2019-01-29 14:53:30 +00:00
Gwilym Kuiper
334ba8664f
Fix up namespaces from GooglePlus to Google
2019-01-29 14:53:30 +00:00
Gwilym Kuiper
c046b5d6e1
Copy GooglePlus project into its own Google project
2019-01-29 14:53:24 +00:00
Todor Mitskovski
f018253a4f
Migration to LinkedIn v2.0 API
...
https://engineering.linkedin.com/blog/2018/12/developer-program-updates
2019-01-17 18:48:18 +02:00
Tommy Parnell
39ed336c4d
bump version
2.25.0
2018-11-04 09:09:28 -05:00
Tommy Parnell
6850514ca4
Merge pull request #238 from sprice88/master
...
Adding Configurable Display type to Salesforce Auth Request
2018-11-04 09:06:19 -05:00
Tommy Parnell
17ae5efa21
Merge pull request #248 from woutervs/master
...
Discord authenticated context mapping
2018-11-04 09:05:05 -05:00
Wouter Van Speybroeck
b86f2b65d3
Fix verified mapping onto context ignoring case for boolean
2018-10-15 14:58:06 +02:00
Wouter Van Speybroeck
c6586f2809
Merge pull request #1 from TerribleDev/master
...
Merge base into fork
2018-10-15 14:53:32 +02:00
Tommy Parnell
bc06288ea2
Merge pull request #246 from odahcam/patch-1
...
Fix main heading markup
2018-08-13 05:55:51 -04:00
Luiz Machado
02fa70bbe3
fix main heading
2018-08-08 16:09:44 -03:00
Tommy Parnell
d5d7c19a30
bump version
2.24.0
2018-06-12 21:58:07 -04:00
Tommy Parnell
05cd9a4fab
Merge pull request #239 from pdsrebelo/master
...
Add a Request Prefix to Options so that we don't rely always on Request.Scheme or Request.Host.
2018-06-12 21:57:30 -04:00
Pedro Rebelo
b4447fa319
Little fix on the logic of the last commit.
2018-06-04 16:49:34 +01:00
Pedro Rebelo
c9dd2cc062
Add a Request Prefix to TwitchAuthenticationOptions so that we don't rely always on Request.Scheme or Request.Host.
2018-06-04 16:33:07 +01:00
sprice88
b64e7e5d3a
Merge pull request #1 from sprice88/configurable_DisplayMode
...
Added Display mode to SalesforceAuthenticationOptions
2018-05-08 22:30:18 +01:00
Steve Price
b34579f54c
Added Display mode to SalesforceAuthenticationOptions
2018-05-08 22:28:23 +01:00
Tommy Parnell
22c830dbfb
bump version
2.23.0
2018-05-01 19:51:22 -04:00
Tommy Parnell
06457050a8
Merge pull request #236 from JPRuskin/patch-1
...
Update Steam OpenID Regex to handle HTTPS
2018-05-01 19:50:30 -04:00
James Ruskin
35ea1c9d79
Update Steam OpenID Regex to handle HTTPS
...
Steam have updated their implementation to return https URIs in claimedID (please see [this thread](https://www.reddit.com/r/Steam/comments/8a7gsu/steam_openid_broken_for_many_websites_fix_inside/ )).
The current version of the `_accountIDRegex` does not handle this.
This change should fix this. Arguably, we should not include the option to accept http, as Steam have (seemingly) irrevocably changed this.
This should solve [Issue #234 ](https://github.com/TerribleDev/OwinOAuthProviders/issues/234 ).
2018-04-30 11:49:04 +01:00
Tommy Parnell
900c80a98f
bump version
2.22.0
2018-04-01 02:25:35 -04:00
Wouter Van Speybroeck
f60e8b5ffa
NameIDentifier should use Id from context instead of username ( #232 )
2018-04-01 02:25:11 -04:00
Tommy Parnell
c74cd15808
bump version
2.21.0
2018-03-06 21:24:46 -05:00
imaleksandr
26a690060a
The "v" parameter with version number becomes obligatory for all API requests. An error will be returned if the parameter is not sent. ( #228 )
2018-03-06 21:24:17 -05:00
Tommy Parnell
113692b2e0
2.20.0
2.20.0
2018-02-20 21:33:30 -05:00
Ștefan Negrițoiu
88bf254a7b
introduce Typeform OAuth provider ( #226 )
...
* add Option to specify Production vs. Sandbox Environment
also fixes issue
https://github.com/TerribleDev/OwinOAuthProviders/issues/54
* ability to specify Production vs. Sandbox environment per auth session in addition to global setting
* add examples to show usage of new Production vs. Sandbox Option for Salesforce provider
* initial commit for Typeform provider
* add Typeform project to solution
* use GUID for UserId and add warning regaring use for authentication
2018-02-20 21:30:58 -05:00
bernardocotta
38aa4bbed2
Fixed LinkedIn authorization and token endpoints. ( #224 )
...
* Changed LinkedInAuthenticationHandler to use the endpoints described at the documentation.
The authorization code generated by the old endpoint is not supported by the Recommended Jobs API.
2018-02-20 21:29:12 -05:00
Tommy Parnell
29be30bfd7
bump version
2.19.0
2017-12-29 01:58:14 -05:00
Tommy Parnell
b8055739ff
rm semicolon
2017-12-29 01:57:41 -05:00
Ștefan Negrițoiu
7aeca07f08
Salesforce provider: add Option to specify Production vs. Sandbox environment ( #223 )
...
* add Option to specify Production vs. Sandbox Environment
also fixes issue
https://github.com/TerribleDev/OwinOAuthProviders/issues/54
* ability to specify Production vs. Sandbox environment per auth session in addition to global setting
* add examples to show usage of new Production vs. Sandbox Option for Salesforce provider
2017-12-29 01:56:14 -05:00
Tommy Parnell
fde4b5ebac
fix rake
2017-12-08 11:20:09 -05:00
Tommy Parnell
d5b81fae9c
fix sln
2017-12-08 10:51:14 -05:00
Tommy Parnell
bbd9e33570
bump version
2.18.0
2017-12-08 10:38:01 -05:00
Gavin Harriss
7bdabb4cb7
ArcGIS Portal provider ( #214 )
...
* ArcGIS Portal provider added
Originally attempted to inherit from ArcGIS Online provider, but a fair amount of refactoring is required to allow inheritance for everything that needs changing. To be revisited when time allows.
2017-12-08 10:37:16 -05:00
KB
91dbf99949
Change LangVersion to 6. #217 ( #221 )
2017-12-01 17:22:30 -05:00
Tommy Parnell
b4bd9587dc
bump version
2.17.0
2017-11-03 00:42:48 -04:00
Joseph Pisano
43ee292d0c
I added an auth provider for the Podbean API. ( #218 )
...
* Added the podbean auth provider.
* Updated Readme to include podbean
* Fixed Owin nuget reference
* Removed regions from around using statements, corrected the VS version in the solution file and changed the Startup.Auth in the demo project to use spaces instead of tabs.
* Added the OAuth refresh token to the PodbeanAuthenticatedContext.
2017-11-03 00:40:41 -04:00
Tommy Parnell
b351a6bf0f
bump version
2017-10-13 09:42:25 -04:00
AlastairBateman
49e1126bc7
Updating DropboxAuthenticatedContext.cs and DropboxAuthennticationHandler.cs to use the Dropbox v2 API as they're shutting down their v1 API: https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/ ( #216 )
...
As per issue: https://github.com/TerribleDev/OwinOAuthProviders/issues/215
2.16.0
2017-10-13 09:32:16 -04:00
Hoku Kim
ba08bffec3
Added LinkedInAuthenticationOptions.Proxy host for web applications running behind a proxy. This allows the middleware to authenticate for the proxy request host instead of the application request host. ( #213 )
2017-10-13 09:32:06 -04:00
Tommy Parnell
9bb2a75712
remove unused file
2.15.1
2017-07-16 11:48:21 -04:00
Tommy Parnell
60f3438ce7
strong name all the things
2017-07-16 11:48:03 -04:00