youtube image
From YouTube: Authentication with Graph SDKs

Description

Authentication with Graph SDKs

To call into Microsoft Graph, your code must acquire an access token from the Microsoft identity platform. To get an access token, your app must be registered and authorized with the Microsoft identity platform.

In this episode, Darrel Miller joins Christos to show us all how to make authorized requests with the Microsoft Graph SDK within our .NET applications.

[01:30] - What is Microsoft Graph?
[01:56] - How does security work with the Graph SDK?
[07:12] - Authenticating a Microsoft Graph client (Demo)
[13:50] - Authenticating a Microsoft Graph in ASP.NET (Demo)
[21:30] - What are the different flavors of Graph NuGet packages?



Microsoft Graph
https://docs.microsoft.com/graph/overview?WT.mc_id=dotnet-00000-cephilli

Microsoft Graph Dev Center
https://developer.microsoft.com/en-us/graph?WT.mc_id=dotnet-00000-cephilli

Microsoft Graph Explorer
https://developer.microsoft.com/en-us/graph/graph-explorer?WT.mc_id=dotnet-00000-cephilli

Microsoft Graph on GitHub
https://github.com/microsoftgraph

#dotnet #security #MicrosoftGraph