Skip to content

Releases: okta/okta-sdk-dotnet

Okta.Sdk v7.0.4

29 Jan 20:27
c915413
Compare
Choose a tag to compare

Features/Bug Fixes

Update vulnerable System.IdentityModel.Tokens.Jwt dependency (OKTA-683207)
Fix "Missing application settings when fetching SamlApplication" (#644)

Okta.Sdk v7.0.3

09 Jan 18:19
1e1cae0
Compare
Choose a tag to compare

Features/Bug fixes

Fix "Missing data in verifyFactorRequest prevents verifying webauthn" (OKTA-656179)

Okta.Sdk v7.0.2

15 Dec 21:21
3afa851
Compare
Choose a tag to compare

Features/Bug fixes

Fix "JTI Claim as a string instead of guid" (#682)

Okta.Sdk v7.0.1

10 Oct 15:29
bf13176
Compare
Choose a tag to compare

Features/Bug fixes

  • Fix "Incosistent Exception Handling" issue (#658)
  • Fix "Update UserType.Id to be editable" issue (#660)
  • Fix "Nuget package missing license information" issue (#667)
  • Fix "VerifyUserFactorResponse doesn't correspond with the server's response" (#665)

Okta.Sdk v7.0.0

11 Aug 17:51
f1bacae
Compare
Choose a tag to compare

We're excited to drop the 7.0.0 version of the Okta Management SDK for .NET! 🎉

What's included today

  • Upgraded the RestSharp dependency from 106.13.0 to 110.2.0 (#606)
  • Upgraded the Okta management OpenAPI specification to be aligned with the Okta release v2023.07.0.
  • New API clients added:
  • ApiServiceIntegrationsApi
  • ApplicationSSOApi
  • AttackProtectionApi
  • EmailServerApi
  • IdentitySourceApi
  • RealmApi
  • UISchemaApi

Upgrading

Upgrading the Okta management OpenAPI specification as well as upgrading the RestSharp dependency have introduced several breaking changes, so we've rolled over the major version number to 7.0.0. Check out the migrating guide for more info!

Okta.Sdk v6.0.11

25 May 16:40
f031765
Compare
Choose a tag to compare

Bug Fixes

Fix "Create/Update Account returns NULL when okta tenant hits rate limits" issue (#638)

Okta.Sdk v6.0.10

09 May 18:14
5efd966
Compare
Choose a tag to compare

Bug Fixes

  • Fix "DeleteFactorAsync not removing phone with removeEnrollmentRecovery" issue (#630)
  • Fix "ChangePasswordRequest.revokeSessions does not exist" issue (#624)

Okta.Sdk v6.0.9

09 May 18:13
0c29b90
Compare
Choose a tag to compare

Bug Fixes

Fix "Retrieving Group no Longer Retrieves Additional Profile Data" issue (#634)

Okta.Sdk v6.0.8

18 Apr 20:44
0bbab4d
Compare
Choose a tag to compare

Bug Fixes

  • Fix "API Calls Trap Request Timeout Exceptions" issue (#632)
  • Fix "Resend SMS as part of enrollment" issue (#633)
  • Update IamRoles.Permissions object type from Object to HrefObject.
  • Add IamRoles.Self property.

Okta.Sdk v6.0.7

22 Mar 18:37
c23340e
Compare
Choose a tag to compare

Bug Fixes

  • Fix UpdateProfileMappingAsync doesn't update properties issue (#618)
  • Fix UpdateUserAsync should allow updating the user type issue (#615)