-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFA secret key issue #1414
Comments
thankyou @Shakevg i changed it to verification code and it is working fine now. Also, i have this issue while delete a Lead it gives out an error indicating it cannot find the element. Is it xpath issue ? i tried using the xpath inspecting the browser but did not find a match, so i tried my own xpath and still got the same error. Can you plz help me out on this as well .... thankyou [my xpath: //div[@Class='ms-StackItem truncatableText-409']] Stack Trace: |
DotaABhash Are you using develop branch? |
@Shakevg yes i am using develop branch... |
@Shakevg will you please help with this? I get this screen even though I have added my mfasecret key in app.config file. and my app.config file looks like this and here is the code for that public void Login(Uri orgUrl, SecureString username, SecureString password, SecureString mfaSecretKey)
} |
I see there is no link "'I can't use my Microsoft Authenticator app right now' link" on screen. NikitaShah24 Can you change MFA method from push to code in MS account settings? |
Hello @Shakevg I am using microsoft authenticator but in my options there is no code option I can choose. The only options I have is, phone or app authenticator. |
I suppose it is not possible to login using EasyRepro on this case |
@Shakevg can you please help me out on this... thankyou
I was trying to bypass MFA in one of my CRM application using the secret key, I did everything right the steps ask to, but it seems to be stuck on the OTP screen can you please help me out ....
The text was updated successfully, but these errors were encountered: