Skip to content

Releases: okta/okta-auth-js

6.5.3

31 May 20:42
4536ba0
Compare
Choose a tag to compare
  • #1224 Fixes missing relatesTo type from NextStep

6.5.2

31 May 14:11
c0859b2
Compare
Choose a tag to compare

Fixes

  • #1215 Fixes polling issue in GenericRemediator (beta)

6.5.1

10 May 20:14
Compare
Choose a tag to compare

Fixes

  • #1200 Fixes canRemediate logic in GenericRemediator (beta) to handle nested fields
  • 1207 Fixes canRemediate logic in GenericRemediator (beta) to handle options fields

Other

  • #1200 Adds missing fields to Input type in idx module

6.4.5

05 May 23:58
445b4fb
Compare
Choose a tag to compare

Fixes

  • #1240 Fixes Apple SSO flow: includes stepUp on returned IdxTransaction

6.4.4

03 May 21:14
fa993ca
Compare
Choose a tag to compare

Fixes

  • #1199 Fixes webauthn enrollment/verification to accept credentials object

6.5.0

29 Apr 21:34
73bc0e0
Compare
Choose a tag to compare

Features

  • #1186 Supports maxAge param in interaction code flow. This parameter can be passed in from either SDK level options or idx.interact options.
  • #1189 IDX: includes options field in inputs scope, and deprecated top level options from nextStep field of the response (removal will happen in the next major version).

Fixes

  • #1189 IDX: fixes input type indicator's field name for username and authenticator. Before the indicator was named as key, now it's fixed to type to follow input metadata with all other inputs.

6.4.3

18 Apr 17:57
da8612f
Compare
Choose a tag to compare

Fixes

  • #1182 Fixes security question verification to accept credentials.answer
  • #1184 Fixes type declarations: ApiError, responseType, responseMode
  • #1185 Fixes "cancel" and "skip" action called after receiving a terminal or error response

6.4.2

14 Apr 19:49
df5296f
Compare
Choose a tag to compare

Fixes

  • #1180 Fixes commonjs bundle dynamic import transpiling issue

6.4.1

13 Apr 01:32
38f2730
Compare
Choose a tag to compare

Fixes

#1177 - fixes issue with repeated calls to oktaAuth.start()

6.4.0

08 Apr 18:28
Compare
Choose a tag to compare

Features

  • #1161
    • IDX actions accept optional/additional parameters
    • requestDidSucceed is returned on IdxTransaction
    • adds IDX option shouldProceedWithEmailAuthenticator to disable email authenticator auto-selection

Fixes

  • #1145

    • IDX: form field-level messages are now passed through via idxState
    • Type Fixes:
      • IdxContent: user property now optional
      • Input: added missing key property
  • #1161

    • fixes for stateToken flow

Other

  • #1145
    • refactor: IDX methods now use auth-js http client
    • refactor: idx-js methods have been refactored to idxState