Skip to content
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

2FA with Azure AD #30

Open
soodohkohd opened this issue Mar 22, 2019 · 1 comment
Open

2FA with Azure AD #30

soodohkohd opened this issue Mar 22, 2019 · 1 comment

Comments

@soodohkohd
Copy link

soodohkohd commented Mar 22, 2019

Great job on the plugin! All is good with one exception: guest accounts in AAD with multi-factor authentication enabled doesn’t seem to work.

The out-of-app browser opens, I enter the guest email then password, but it should then send a verification code to my phone and prompt me. It just hangs after I submit the password.

I verified the server side in Postman so it shouldn’t be on the Azure app side.

For accounts with no MFA, everything works perfectly. The browser passes back the response and the access_token is used with other service calls.

Thoughts?

Thanks!

@alexziskind1
Copy link
Owner

MFA should be implemented on the server side. If the external browser opens the server, then the sever should handle MFA and redirect back to the redirect url of the app registered with the device.
I’ve tested with google and it works well.
Did you get this working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants