Skip to content

Releases: auth0/auth0.net

7.17.3

03 Oct 14:27
f0c0eaf
Compare
Choose a tag to compare

Changed

  • [SDK-3641] Support stage property in Breached Password Detection configuration #591 (ewanharris)

7.17.2

13 Sep 12:06
4e733a1
Compare
Choose a tag to compare

Changed

  • Support EnabledConnections in OrganizationCreateRequest #585 (ssurowiec)

7.17.1

12 Sep 07:00
fb5f45c
Compare
Choose a tag to compare

Fixed

  • Moving IDisposable on to IManagementApiClient #581 (kevbite)

Changed

  • Support EnabledConnections in OrganizationCreateRequest #585 (ssurowiec)

7.17.0

26 Jul 12:53
e3684f6
Compare
Choose a tag to compare

Added

7.16.1

24 Jul 20:23
805f511
Compare
Choose a tag to compare

Changed

  • Add display_name to ConnectionCreateRequest and ConnectionUpdateRequest #573 (rinkeb)

7.16.0

03 May 14:07
8164eec
Compare
Choose a tag to compare

Changed

Security

  • [Snyk] Security upgrade Newtonsoft.Json from 12.0.3 to 13.0.1 #560 (crew-security)
  • [Snyk] Security upgrade Microsoft.IdentityModel.Protocols.OpenIdConnect from 5.6.0 to 6.5.0 #559 (snyk-bot)

7.15.0

26 Jul 11:49
279e2b5
Compare
Choose a tag to compare

Added

Changed

Note that with this release, ID Token validation has been added when retrieving a token using any of the Device Code or Passwordless flows.
There might be a rare occasion where this could break your application, in the situation where you are using invalid ID Tokens.
However, typically this should not cause any issues as ID Tokens are supposed to be valid. If they aren't, you probably want to get notified about it as soon as possible.

Prior to this change, those methods would return the tokens without checking the validaty of your ID Token.
However, given the fact that this should realy be an edge case, and we believe it's a good idea to inform you about invalid tokens sooner rather than later, we decided to introduce this change in a minor release.

7.14.0

29 Sep 08:57
04ecd61
Compare
Choose a tag to compare

Added

7.12.1

29 Sep 08:57
8973a9d
Compare
Choose a tag to compare

Changed

Fixed

7.12.0

29 Sep 08:57
0536d14
Compare
Choose a tag to compare

Added

  • Support setting access token after instantiation of ManagementApiClient #532 (mfolker)
  • Add auth0-forwarded-for header to passwordless sms authentication for… #530 (rhyswilliamszip)