You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the recover password On-Demand flow, the object being returned from oktaAuth.idx.proceed({ authenticator: "okta_email" }); always has currentAuthenticatorEnrollment set to "phone". When passing in "okta_email as the authenticator, the expected currentAuthenticatorEnrollment value should be "email".
Describe the bug
When using the recover password On-Demand flow, the object being returned from
oktaAuth.idx.proceed({ authenticator: "okta_email" });
always has currentAuthenticatorEnrollment set to "phone". When passing in "okta_email as the authenticator, the expected currentAuthenticatorEnrollment value should be "email".Reproduction Steps?
The value of currentAuthenticatorEnrollment from the object returned in the last call should be set to "email" but is instead always "phone"
SDK Versions
okta-auth-js 7.5.0
Additional Information?
No response
The text was updated successfully, but these errors were encountered: