Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
8,034 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Everyone
I am using MSAL to add events to an account,
I am using delegated access and using popup login, my URL changes based on Id so I can't use redirect
So I am using popup using iframe.
But on production the popup get blocked by browser, is there any workaround?
I can't use redirect because I will be in a angular page with data filled from user.
What can I do?
Regards,