Skip to content
Advertisement

Tag: msal

OpenId Connect, Query Microsoft Graph

We have a .Net Web Application that uses Single Sign On implemented by OpenID Connect to create an ID token and log a user in. Specifically Microsoft.Owin.Security.OpenIdConnect and Microsoft.IdentityModel.Protocols.OpenIdConnect I now have a requirement to query Microsoft Graph API via JavaScript. In order for me to query Graph API I assume I need an Access token (plus I want to

Trouble with Angular ngOnInit

I have an app that I inherited from somebody that left our organization. I’m having a problem with ngOnInit not working the way I think it should. I’m still pretty new using Angular and Observables I can see in the console when I navigate to the component it entering the ngOnInit method, what I don’t see is the console.info statement

Advertisement