skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

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

Entra ID custom auth events handler

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill microsoft-azure-webjobs-extensions-authentication-events-dotnet

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents (.NET)

Azure Functions extension for handling Microsoft Entra ID custom authentication events.

Installation

dotnet add package Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents

Current Version: v1.1.0 (stable)

Supported Events

Event Purpose
OnTokenIssuanceStart Add custom claims to tokens during issuance
OnAttributeCollectionStart Customize attribute collection UI before display
OnAttributeCollectionSubmit Validate/modify attributes after user submission
OnOtpSend Custom OTP delivery (SMS, email, etc.)

Core Workflows

1. Token Enrichment (Add Custom Claims)

Lines 1 - 25 of 434

Recommendations

Explore other random skills

All skillsMy patterns