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

Показать описание
#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
Header: ConsistencyLevel = eventual
Step 2: Find the Service Principal of the Microsoft Graph (or other) API
Graph API ID: 00000003-0000-0000-c000-000000000000
Step 3: Find the Application Role that will be the Permission you want to assign
Step 4: Assign Application Role to Managed Identity
Content-Type: application/json
{
"principalId": "{your-managed-identity-service-principal-id}",
"resourceId": "{your-graph-serviceprincipal-id}",
"appRoleId": "{your-app-role-id}"
}
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
Header: ConsistencyLevel = eventual
Step 2: Find the Service Principal of the Microsoft Graph (or other) API
Graph API ID: 00000003-0000-0000-c000-000000000000
Step 3: Find the Application Role that will be the Permission you want to assign
Step 4: Assign Application Role to Managed Identity
Content-Type: application/json
{
"principalId": "{your-managed-identity-service-principal-id}",
"resourceId": "{your-graph-serviceprincipal-id}",
"appRoleId": "{your-app-role-id}"
}
Azure Managed Identities - explained in plain English in 5 mins with a step by step demo
Microsoft Azure Managed Identity Deep Dive
Managed Identities with Azure AD (Active Directory) Tutorial
Microsoft Graph API Using Managed Service Identity
Using Azure Managed identities
Authentication fundamentals: The basics | Microsoft Entra ID
Microsoft Entra ID Beginner's Tutorial (Azure Active Directory)
System Assigned vs User Assigned Managed Identity Explained
Microsoft Fabric Product Group presents: Security in Fabric Data Engineering
Simplify Authentication with Managed Identities for Azure Resources | Data Exposed
Episode #270 - Accessing Microsoft Graph with a Managed Identity
Assign Graph API App Role to Azure Managed Identity
Managed Identity [5 of 8] | .NET on Azure for Beginners
Secretless access to Azure SQL server using Managed Identity - Hallstein Brøtan - NDC Oslo 2022
An Introduction to Azure Managed Identities
Managed Identity in Azure DevOps Pipelines
14. Azure Managed Identity-MI Step-by-Step Walkthrough| system assigned | user assigned | ADF - Blob
AZ-900 Episode 25 | Azure Identity Services | Authentication, Authorization & Active Directory (...
What are Managed Identities in Azure
Managed Identity With PowerShell And Azure
Episode #267 - Understanding Microsoft Entra Managed Identities
Tips and Tricks- Azure Data Engineering Interview Questions | Managed Identity vs Service Principal
AZ-204 Azure: Understanding the Difference Between Service Principal and Managed Identity
Using Managed Identity for Microsoft Graph Authentication with Logic App (Real Demo)
Комментарии