Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
8,667 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, we have an angular application currently deployed in Azure environment.
For signing in to application we are using MSAL and and registered our app with azure app registrations.
Currently we are planning to deploy our application in AWS cloud as well, but we are unable to remove MSAL dependencies in our angular code.
Any recommendations on how this can be achieved?