Back to skills

microsoft-azure-webjobs-extensions-authentication-events-dotnet

security

Azure Functions extension for handling Microsoft Entra ID custom authentication events. Supports token enrichment, attribute collection customization, and custom OTP delivery via event triggers like O

Setup & Installation

npx skills add https://github.com/microsoft/microsoft-azure-webjobs-extensions-authentication-events-dotnet --skill microsoft-azure-webjobs-extensions-authentication-events-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/microsoft-azure-webjobs-extensions-authentication-events-dotnet
View on GitHub

What This Skill Does

Azure Functions extension for handling Microsoft Entra ID custom authentication events. Supports token enrichment, attribute collection customization, and custom OTP delivery via event triggers like OnTokenIssuanceStart and OnAttributeCollectionSubmit. Rather than writing a custom webhook handler from scratch and managing the authentication event contract manually, this package provides typed request/response classes and the Azure Functions trigger binding, so you only write the logic.

When to use it

  • Working with microsoft azure webjobs extensions authentication events dotnet functionality
  • Implementing microsoft azure webjobs extensions authentication events dotnet features
  • Debugging microsoft azure webjobs extensions authentication events dotnet related issues