You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/authenticate-with-namespaces-using-webhook-authentication.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article shows you how to authenticate with Azure Event Grid na
4
4
ms.topic: how-to
5
5
ms.custom:
6
6
- build-2025
7
-
ms.date: 07/30/2025
7
+
ms.date: 03/23/2026
8
8
author: Connected-Seth
9
9
ms.author: seshanmugam
10
10
---
@@ -47,6 +47,9 @@ az eventgrid namespace update --resource-group <resource group name> --name <nam
47
47
48
48
For information on how to configure system and user-assigned identities by using the Azure portal, see [Enable managed identity for an Event Grid namespace](event-grid-namespace-managed-identity.md).
49
49
50
+
51
+
52
+
50
53
## Grant the managed identity appropriate access to a function or webhook
51
54
52
55
Grant the managed identity of your Event Grid namespace the appropriate access to the target Azure function or webhook.
@@ -131,7 +134,11 @@ Replace `<NAMESPACE_NAME>` and `<RESOURCE_GROUP_NAME>` with your actual values.
131
134
132
135
### Request headers
133
136
137
+
Azure Event Grid sends the following headers in the request to the webhook:
138
+
139
+
```
134
140
**Authorization**: Bearer token
141
+
```
135
142
136
143
The token is a Microsoft Entra token for the managed identity that was configured to call the webhook.
0 commit comments