Overview of Microsoft Graph API and delegated permissions

preview_player
Показать описание
In this video tutorial from Microsoft, you will receive an overview of delegated permissions and how they can be leveraged when accessing Microsoft Graph.

Before the Microsoft identity platform can authorize your app to access data in the Microsoft cloud, the app must be granted the privileges that it needs. Similarly, before the Microsoft identity platform can authorize your app to access data through Microsoft Graph, the app must be granted the privileges that it needs.

One way to grant an app the privileges it needs to access and work with your data through Microsoft Graph is by assigning it Microsoft Graph permissions. Delegated permissions, also called scopes, are used in the delegated access scenario. They're permissions that allow the application to act on behalf of a signed-in user. However, the application will never be able to access anything the signed-in user couldn't access.

Azure Active Directory is now Microsoft Entra ID, all other Azure Active Directory branded products are now “Microsoft Entra”. Any reference to Azure Active Directory within this video should be replaced with Microsoft Entra or Microsoft Entra ID as applicable.

Рекомендации по теме
Комментарии
Автор

Hi, where did the client secret and client id field values come from?

skhhotb
Автор

how can i configure all this in C#. i want to have this delegated token for a project.

gefiyie
Автор

There is any way to do this without asking the user to login in the browser?

hangeryouhen