Skip to content

Releases: okta/okta-sdk-dotnet

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)

Okta.Sdk v6.0.6

09 Mar 20:32
206b058
Compare
Choose a tag to compare

Bug Fixes

Fix the ResourceSet spec by adding a new model, CreateResourceSetRequest, to be used in the CreateResourceSetAsync method and regenerate the SDK.

Okta.Sdk v6.0.5

28 Feb 15:18
5a3b9f7
Compare
Choose a tag to compare

Bug Fixes

Fix "SDK calls with private key authorization mode start returning empty results after inner access token expired" issue (#616)

Okta.Sdk v6.0.4

21 Feb 18:02
526d2bb
Compare
Choose a tag to compare

Bug fixes

Ignore null values during JSON serialization. Fixes (#614 )

Okta.Sdk v6.0.3

10 Feb 16:11
f479048
Compare
Choose a tag to compare

Bug Fixes

  • Fix "Listing IAM roles doesn't work" (#607)