-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Open
Copy link
Description
Describe the Bug with repro steps
- Create a HTTP get action to Graph API
- Set authentication mechanism to managed identity
- Create graph permissions on managed identity
- Run HTTP action - Authorization_RequestDenied
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
{
"type": "Http",
"inputs": {
"uri": "https://graph.microsoft.com/v1.0/users/?$filter=onPremisesSamAccountName%20eq%20'@{variables('samAccountNameVar')}'&$count=true",
"method": "GET",
"headers": {
"ConsistencyLevel": "eventual"
},
"authentication": {
"type": "ManagedServiceIdentity",
"audience": "https://graph.microsoft.com"
}
},
"runAfter": {
"Set_UPN_variable": [
"Succeeded"
]
},
"runtimeConfiguration": {
"contentTransfer": {
"transferMode": "Chunked"
}
}
}Screenshots or Videos
No response
Browser
Chrome
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels