Custom end point (webhook) authentication for storage events

Mallikarjun Ratala 1 Reputation point
2020-07-08T06:54:53.113+00:00

I do not see an option in Event Subscription to enter the user credentials for a custom end point? Does this feature exists in Azure?

I do see only Azure Active Directory authentication, other than that I do not see any options

11621-azureaadauth.png

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
334 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,092 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,601 Reputation points Microsoft Employee
    2020-07-10T07:53:45.007+00:00

    Azure AD Authentication is the only option for sending events to a secured service from Event Grid. Additionally, Managed Identity is available because of this.

    For other kinds of authentication protecting your services, you could front them with Azure API Management. APIM would provide the required AAD Authentication for Event Grid while handling the authentication required for your services like client certificate, basic, etc. with appropriate policies.

    Also, if the required validation handshake is not implemented in your services, you could leverage this APIM policy snippet.

    0 comments No comments