How Do I Mock MSAL Authentication?

5.1k Views Asked by At

I have added authentication to my web app using MSAL which connects to Azure Active Directory B2C.

This works fine when I am connected and can access the Microsoft site. However, it fails when I am not.

e.g. on a plane or in a firewalled build server

How do I add mock authentication so that I can develop offline?

0

There are 0 best solutions below