Fetch Access Token To Access Microsoft Graph API Using Msal.JS

Fetch Access Token To Access Microsoft Graph API Using Msal.JS

MSAL (Microsoft Security Authentication Library) is a client-side JavaScript library that helps developers fetch access token to access Microsoft APIs, Microsoft Graph, Third-party APIs (Google. Facebook) & User built custom APIs.  It supports Mobile, Web, and Desktop Based Applications. It works for both Microsoft Work Accounts and Personal accounts through V 2.0 Endpoint. If you want […]

Read More
 Access Microsoft Graph API In Console Application

Access Microsoft Graph API In Console Application

Good Moring everyone! So excited to inform you that, Microsoft Graph .Net SDK is available and it can be included in the Console Application by installing NuGet packages. Graph Graph.Beta Graph.Core Graph.Auth Click here to learn more about Microsoft Graph SDK available for other platforms and languages. Auth Provider Instance  For this console application, I have used […]

Read More