XRM-OSS / D365-UI-Test-Jest-Demo

Demo repository for a D365-UI-Test project using Jest
MIT License
4 stars 3 forks source link

Two factor authentication #14

Open bhavya999999 opened 1 year ago

bhavya999999 commented 1 year ago

Even though I provide MFA secret key, the D365 App asking for two factor authentication, please help me solve this

DigitalFlow commented 1 year ago

Hi @bhavya999999,

do you have a code sample? Please anonymize the actual secret.

Kind regards, Florian

bhavya999999 commented 1 year ago

Hi Florian

Thank you so much for the swift reply.

From what I see in the source code, It generates the 6 digit one time password and enters on the screen. I guess my user login is restricted to only receive notifications in my mobile at the time of notification. During which a two digit number is displayed on screen and we enter the same number on the authenticator app. Do you have any samples which address to receive notifications for verifications?

Regards Bhavya