The response of signInWithCredentials is giving status as ‘SUCCESS’.
It should be MFA_CHALLENGE as per the documentation.
Code:-
this.oktaAuth.signInWithCredentials({ username: this.userName, password: this.password })
We’ve ensured that MFA options are added.
The NextSteps details regarding this is properly obtained while using the idx API. But not with the authn API.
Can anyone suggest if there is any modification that needs to be done to get the proper steps and the authenticator factors in the response while using the authn API for Sign In?
@poul-okta