konampruthvirajkumar

Results 2 issues of konampruthvirajkumar

### Describe the bug? ``` const authClient = getAuthClient(); const options = { multiOptionalFactorEnroll: false, warnBeforePasswordExpired: false, }; const context = { deviceToken }; return await authClient.signIn({ username, password, options,...

bug

I have recently upgraded the OKTA SDK to version 2.2.0. Earlier there is option to send the deviceToken with signIn that helped not to trigger the MFA_REQUIRED on the same...