In our local Dev environment we would like to bypass the authentication and instead use some dummy authentication in place.
We are using the react-msal libraries for the authentication and it’s working as expected. But when it comes to the dummy authentication, I am not entirely sure how it can be done.
Any help would be appreciated.
Thanks