Closed ishan1020 closed 1 year ago
@ishan1020 Thanks for reporting! I'll try to reproduce this.
@ishan1020 On testing with the latest SDK version 3.0.7
, I see the authenticators
& authenticatorEnrollments
fields of AuthenticationResponse
populated correctly.
Can you please double check?
Hi Arvind, Getting the authenticatorEnrollments back now for recoverPassword. Thanks
Trying to implement password recovery flow using idx sdk but having issue with not getting back list of authenticator in response for recoverPassword method As per the below documentation, the response should come back with authenticatorStatus and authenticators. Getting the authenticatorStatus but not the list of authenticators https://developer.okta.com/docs/guides/oie-embedded-sdk-use-case-pwd-recovery-mfa/java/main/#summary-of-steps Steps to reproduce: