Skip to content

Commit ce8c1e9

Browse files
authored
Update 2025-05-15-azure-function-authentication-from-an-azure-runbook.md
1 parent 1322649 commit ce8c1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2025-05-15-azure-function-authentication-from-an-azure-runbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this post I will explain how authentication in Azure Functions compare to aut
88

99
<!--more-->
1010

11-
Too long didn't read: Azure functions authentication requires that the accessToken audience matches tha application id of the IDP tied to the function app. So even Azure resources whose managed service identities are granted access should create access tokens issued by the tenant, and with the for the audience of the Azure function, not the Azure resource management (`aud: https://management.core.windows.net/`) like one might think.
11+
Too long didn't read: Azure functions authentication requires that the accessToken audience matches the application id of the IDP tied to the function app. So even Azure resources whose managed service identities are granted access should create access tokens issued by the tenant, and with the audience of the Azure function, not the Azure resource management (`aud: https://management.core.windows.net/`) like one might think.
1212

1313
## Background
1414

0 commit comments

Comments
 (0)