Releases: aspnet-contrib/AspNet.Security.OAuth.Providers
8.3.0
8.2.0
What's Changed
- Implement Docusign OAuth provider by @denis-goncharenko in #907
- Remove build from CodeQL by @martincostello in #920
- Fix NuGet badges by @martincostello in #939
- Implement Zoho OAuth provider by @denis-goncharenko in #910
- Avoid
KeyNotFoundException
by @martincostello in #943
Full Changelog: 8.1.0...8.2.0
8.1.0
Important Changes
⚠️ LinkedIn authentication now uses OpenID Connect instead of OAuth 2.0.LinkedIn OAuth 2.0-based authentication with previous versions of the AspNet.Security.OAuth.LinkedIn packages no longer work due to the services being deprecated by LinkedIn.
Customisations to the LinkedIn OAuth integration may no longer work as intended after upgrading.
What's Changed
- Remove the Kloudless provider by @kevinchalet in #822
- Bump GitHub Actions and add Dependabot by @martincostello in #827
- Fix package validation by @martincostello in #884
- Attest artifacts by @martincostello in #889
- Support for the new LinkedIn API version format by @softwareolatomiwa in #834
- Implement Pipedrive OAuth provider by @denis-goncharenko in #892
- Implement Airtable OAuth provider by @denis-goncharenko in #895
- Implement Calendly OAuth provider by @denis-goncharenko in #896
- Implement Typeform OAuth provider by @denis-goncharenko in #897
- Zoom implementation of AspNet.Security.OAuth by @softwareolatomiwa in #836
- Bump version by @martincostello in #904
New Contributors
- @softwareolatomiwa made their first contribution in #834
- @denis-goncharenko made their first contribution in #892
Full Changelog: 8.0.0...8.1.0
8.0.0
What's Changed
- JumpCloud provider improvements by @martincostello in #799
- Update to target .NET 8 by @martincostello in #808
- Support unified BattleNet server by @martincostello in #813
- Fix duplicated query string parameters for VSO/AzDo provider by @martincostello in #814
Full Changelog: 7.0.4...8.0.0
7.0.4
What's Changed
- Remove Moq by @martincostello in #795
- Added JumpCloud support by @AaronSadlerUK in #797
New Contributors
- @AaronSadlerUK made their first contribution in #797
Full Changelog: 7.0.3...7.0.4
7.0.3
What's Changed
- Remove the Beam/Mixer and Gitter providers by @kevinchalet in #785
- Add CodeQL by @martincostello in #774
- Upgrade Autodesk to v2 by @EMostafaAli in #764
New Contributors
- @EMostafaAli made their first contribution in #764
Full Changelog: 7.0.2...7.0.3
7.0.2
Added
- Added KOOK provider (#753, #754) Thanks @gehongyan!
Contributors
Full Changelog: https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/compare/7.0.1..7.0.2
7.0.1
Added
- Added flexible subdomain support for SuperOffice (#738, #756) Thanks @AnthonyYates!
- Added PingOne provider (#757, #758) Thanks @drewkill32!
Contributors
Full Changelog: https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/compare/7.0.0..7.0.1
6.0.15
Added
- Added flexible subdomain support for SuperOffice (#738, #756) Thanks @AnthonyYates!
Contributors
Full Changelog: https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/compare/6.0.14..6.0.15
7.0.0
Added
- Support ASP.NET Core 7 (#658, #737) Thanks @martincostello !
Changes
- Updated the StackExchange provider to the v2.3 API and JSON token exchange endpoint (#734) Thanks @martincostello !
- Remove redundant method overrides (#636, #656) Thanks @martincostello !
- Bump
Microsoft.IdentityModel.Protocols.OpenIdConnect
dependency to version6.16.0
(#660) Thanks @martincostello !
Breaking Changes
- The Weibo provider no longer sends the
email
scope by default. (#692, #693) - The
RequestKey
property is now required for the StackExchange provider. (#734)
Contributors
Full Changelog: 6.0.12...7.0.0