Skip to content

Releases: auth0/auth0.net

7.41.0

15 Sep 09:57
532c631
Compare
Choose a tag to compare

Added

  • Adds support for getting connections enabled for a specific client #877 (mikejr83 / kailash-b)
  • Adds CancellationToken parameter in IUsersClient.DeleteAsync #873 (kailash-b)

Fixed

Security

7.40.0

13 Aug 09:35
58acf59
Compare
Choose a tag to compare

Added

  • Add support for DomainAliasesConfig in SelfService SSO create request #847 (kailash-b)

Deprecated

Fixed

  • fix: Use case-insensitive string comparer for HTTP header parsing #857 (mikejr83)

Security

  • deps: Bump Microsoft.IdentityModel.Protocols.OpenIdConnect and System.IdentityModel.Tokens.Jwt to 8.13.0 #846 (kailash-b)
  • deps: Upgrade dependencies #841 (kailash-b)

7.39.0

08 Jul 10:20
b3ccdd0
Compare
Choose a tag to compare

Added

  • feature: Add support for managing Network ACLs #828 (kailash-b)

Changed

  • fix: data-type from int to float for Branding related configs #824 (kailash-b)

Security

  • chore: Upgrade version of System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.Protocols.OpenIdConnect #825 (kailash-b)

7.38.0

23 Jun 08:00
4217855
Compare
Choose a tag to compare

Added

  • Add support for v2/jobs/get-errors API #819 (kailash-b)
  • Use Polysharp to take advantage of latest language features #813 (kailash-b)

Deprecated

  • Deprecate EnabledClients in Connections in favour of Get and Update EnabledClients #821 (kailash-b)

Fixed

7.37.0

30 May 09:55
dbcec6d
Compare
Choose a tag to compare

Added

  • Allow monitoring Token Quota limits on every M2M authentication call #808 (kailash-b)
  • Add support for Delete authenticators registered to a user #810 (kailash-b)
  • Adds missing fields in Tenant Settings and Tenant flags #809 (kailash-b)
  • Adds support to update Token Quota at different levels #805 (kailash-b)

Changed

  • Change scope from string to dynamic in LogEntry #811 (kailash-b)

Fixed

7.36.0

10 Apr 06:57
5e1c886
Compare
Choose a tag to compare

Added

  • Adds support to Enroll / Verify / List / Challenge / Delete Multi Factor Authenticators #798 (kailash-b)
  • Adds missing backchannel logout initiators #796 (kailash-b)

Fixed

  • Fix for PasswordlessEmailRequest passing literal NULL when no client_secre… #800 (kailash-b)

7.35.0

24 Mar 08:00
6d17b5d
Compare
Choose a tag to compare

Added

7.34.0

19 Feb 09:17
2ac4a99
Compare
Choose a tag to compare

Added

  • Adding support for managing branding theme #784 (kailash-b)
  • Add support for managing Branding Phone Notification Templates #783 (kailash-b)
  • Add support for managing Branding Phone Provider settings #780 (kailash-b)

Fixed

7.33.0

05 Feb 11:25
f4a3bdb
Compare
Choose a tag to compare

Added

  • Adds support for managing SNS configuration - Push Notification - MFA policies #775 (kailash-b)
  • Update documentation to clarify LoginHint.Issuer field usage in CIBA context #773 (kailash-b)
  • Add support for /guardian end-points #771 (kailash-b)

Changed

  • Allow Optional AssignMembershipOnLogin field to be nullable #776 (kailash-b)

7.32.0

22 Jan 07:03
1817b83
Compare
Choose a tag to compare

Added

Fixed