Skip to content

Releases: okta/okta-sdk-dotnet

Okta.Sdk 3.1.1

21 Sep 16:43
c53be9c
Compare
Choose a tag to compare
  • [Bug Fix] Exposed TrustedOrigins client to be accessible via OktaClient (#413)

Okta.Sdk 3.1.0

20 Jul 15:32
a660d03
Compare
Choose a tag to compare

Okta.Sdk v3.0.0

08 Jul 21:16
a675cf0
Compare
Choose a tag to compare

Okta.Sdk v2.0.0

02 Apr 13:57
ded2b51
Compare
Choose a tag to compare
  • Added support for .NET Core 3.x (#358)
  • Added support for OAuth for Okta APIs (#360)
  • Used built-in retry strategy by default (#363)
  • Custom attributes treated as strings by default (#361)
  • improved user-agent report (#366)

Okta.Sdk v1.4.2

24 Mar 14:07
b7651a2
Compare
Choose a tag to compare

Updated FlexibleConfiguration dependency due to vulnerability issue (#364)

Okta.Sdk v1.4.1

10 Sep 17:10
26ef099
Compare
Choose a tag to compare

Cloned requests between retries (#335)

Okta.Sdk v1.4.0

10 Sep 14:53
9183827
Compare
Choose a tag to compare
  • Added strict parameter to UsersClient.UpdateUserAsync() and UserClient.ChangePasswordAsync().
  • Added missing PostLogoutRedirectUris property in OpenIdConnectApplicationSettingsClient class. (#209)
  • Added AssignmentType property to Role class.
  • Added InlineHookId property to ApplicationSettings class.

Okta.Sdk v1.3.0

13 Aug 16:32
e0c7b6f
Compare
Choose a tag to compare

Added support to configure JSON serialization for custom attributes (#334)

Okta.Sdk v1.2.2

30 Jul 17:48
96ab02e
Compare
Choose a tag to compare

Resolved empty lists serialization issue (#324).

Okta.Sdk v1.2.1

14 Jan 22:37
3143a6a
Compare
Choose a tag to compare
  • Resolved "connection:close" issue on HTTP chunked responses.
  • Resolved user-agent generation issue (#297)