okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
437 stars 255 forks source link

OKTA-716396 : fix : add condition to compare stateHandles when loading saved idxResponse only when useGenericRemediator option is false or undefined #1508

Closed glenfannin-okta closed 2 months ago

glenfannin-okta commented 2 months ago

The purpose of this ticket is to add conditional logic on whether or not we should check the stateHandle between what is saved and the stateHandle from the most recent response.

This change was made for Gen 3 in this PR #1359 which does not work for Gen 2 (when not using Generic Remediator).