Issue with Crypto Object in Angular
I am using Angular 17. I have deployed my Angular project on IIS. Everything was good till I used MSAL services (Microsoft login) in my project. Then I published it again, and then I faced this error. (The crypto object or function is not available.)
AcquireTokenSilent failing in angular MSAL
In my angular 17 app, I’m using ngrx with Msal 3.0 with Azure B2C authentication. There is an API end point which requires authentication and present in the protected resources of msal config like below
MSAL 3, Agular17 redirect issue. Show Microsoft login without delay when user is not logged, after check user roles after then load the application
I have an Angular application V17 (with standalone components exclusively) using MSAL V3 for authentication. I want this set up to behave in few ways.
Angular MSAL, initialize for version 3
I am using