Skip to content

Releases: okta/okta-idx-dotnet

Okta.Idx.Sdk 2.4.4

01 Aug 17:10
49cc868
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/okta/okta-idx-dotnet/compare/Okta.Idx.Sdk@2.4.3...Okta.Idx.Sdk@2.4.4

Okta.Idx.Sdk 2.4.3

11 Jul 15:51
79d06be
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/okta/okta-idx-dotnet/compare/Okta.Idx.Sdk@2.4.2...Okta.Idx.Sdk@2.4.3

Okta.Idx.Sdk 2.4.2

27 Mar 20:45
9e91e5b
Compare
Choose a tag to compare

Updates

Update vulnerable dependencies

Okta.Idx.Sdk 2.4.1

31 Oct 16:03
953664c
Compare
Choose a tag to compare

Features

Add support for the activation token flow

Okta.Idx.Sdk 2.4.0

02 Oct 15:59
9fceec7
Compare
Choose a tag to compare

Features

  • Add IdxClientBuilder to simplify configuration of IdxClient.
  • Add PasswordWarnStateResolver to account for password warn state.
  • Add CustomPasswordWarnStateResolver enabling custom resolution of password warn state.

Bug Fixes

  • Check password warn state on skip to prevent exception.

Okta.Idx.Sdk 2.3.2

24 Jul 15:04
a30a78a
Compare
Choose a tag to compare

Bug Fixes

  • Include (password) complexity in response when present.

Okta.Idx.Sdk 2.3.1

23 Mar 14:11
c88c091
Compare
Choose a tag to compare

Bug Fixes

  • Fix NullReferenceException in SignInWidgetConfiguration deserialization.

Okta.Idx.Sdk 2.3.0

17 Mar 15:17
77aacb3
Compare
Choose a tag to compare

Features

Added AuthenticationResponse.Authenticator.DisplayName property to expose authenticators' friendly name.

Okta.Idx.Sdk 2.2.8

07 Feb 15:57
19ee1f2
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue with AuthenticateAsync() method failing when a Users Password is in Warn Before Expires State (#182).
  • Marking AuthenticationResponse.MessageToUser as deprecated.

Okta.Idx.Sdk 2.2.7

04 Jan 21:15
eb59d6f
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue with Phone factor when enrolled with multiple contact numbers (#169)
  • Fix issue with Reset password workflow (#174)