In this post, we will see how to resolve How to configure Angular v15.2 standalone application with MSAL Question: Before in ngModule base angular application you use to add MsalRedirectComponent in the bootstrap property of AppModule : Now in V15.2 ...

Question: I am currently developing an app that communicates with the Graph API. I don’t have any Backend, only a SPA. I use the npm package @microsoft/microsoft-graph-client. The app should be able to change givenName, surname of an AD user. ...