I am using ASP.Net Web forms but not in MVC pattern. In this, i would like to authenticate my web app using MS Graph API and how to access any MS Graph APIs further into the site? need some help on this.
I am using ASP.Net Web forms but not in MVC pattern. In this, i would like to authenticate my web app using MS Graph API and how to access any MS Graph APIs further into the site? need some help on this.
Am not sure if you have direction on how to do this yet. I also need help on this
Am not sure if you have direction on how to do this yet. I also need help on this
Thank you for reaching out.
Microsoft Graph enables developers to consume user information stored in Microsoft 365 in custom applications. Data is retrieved from Microsoft Graph through a REST API or using one of the various native SDKs provided by Microsoft.
Follow this tutorial to learn how to work with the Microsoft Graph .NET SDK to create an ASP.NET web application to access data in Microsoft 365
Thanks.
How to access microsoft graph toolkit from my asp.net Web Form ?
I am using ASP.Net Web forms but not in MVC pattern. In this, i would like to add to my application MS Graph Toolkit by adding tag into my aspx page susch as <mgt-agenda></mgt-agenda>, I need some help on this. I have tried to add the javascript library but it doesn't work.
dotnet-aspnet-webforms microsoft-graph-toolkit
5 people are following this question.