Тёмный

Using Managed Identity for Microsoft Graph Authentication with Logic App (Real Demo) 

Graph Explorer
Подписаться 492
Просмотров 5 тыс.
50% 1

#LogicAPP #ManagedIdentity #graphapi #authentication
managed identity,managed service identity,microsoft,logic apps,graph api,azure active directory,role based access,azure ad,security,app service,passwordless,azure,secure
Managed Identity
Authentication
Microsoft Graph
Logic Apps
Cloud Computing
Microsoft Azure
Developer Tools
Cloud Services
Programming
Identity Management
Step 1.
Find the Service Principal of the Managed Identity
GET graph.microsoft.com/v1.0/serv..."displayName:test"&$count=true
Header: ConsistencyLevel = eventual
Step 2: Find the Service Principal of the Microsoft Graph (or other) API
Graph API ID: 00000003-0000-0000-c000-000000000000
GET graph.microsoft.com/v1.0/serv... eq '00000003-0000-0000-c000-000000000000'
Step 3: Find the Application Role that will be the Permission you want to assign
GET: graph.microsoft.com/v1.0/serv...{your-graph-serviceprincipal-id}/appRoles
Step 4: Assign Application Role to Managed Identity
POST graph.microsoft.com/v1.0/serv...{your-graph-serviceprincipal-id}/appRoleAssignedTo
Content-Type: application/json
{
"principalId": "{your-managed-identity-service-principal-id}",
"resourceId": "{your-graph-serviceprincipal-id}",
"appRoleId": "{your-app-role-id}"
}

Опубликовано:

 

20 ноя 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@user-yn5zo8yq2d
@user-yn5zo8yq2d Год назад
Thank you for showing me this method. It has been immensely helpful! Great video, thank you for the effort.
@JoilsonJunior-jo9lj
@JoilsonJunior-jo9lj Год назад
Can you share the link of how to do the procedure via PowerShell
@microsoftgraphExplorer
@microsoftgraphExplorer Год назад
Will be coming up with a new video soon, stay tuned.
@user-gp6mt1nk9p
@user-gp6mt1nk9p Год назад
This video could have been 5 minutes long!
@microsoftgraphExplorer
@microsoftgraphExplorer Год назад
Thanks for Feedback Matt, I will make sure I be straight on point.
Далее
MC TAXI: АК-47
35:14
Просмотров 420 тыс.
Microsoft Azure Managed Identity Deep Dive
48:40
Просмотров 75 тыс.