Relative Content

Tag Archive for angularmsal-angular

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