Setup & Installation
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
