Microsoft Azure WebJobs Extensions Authentication Events (.NET)
Reference til at bygge Entra ID custom-authentication-event-Azure-Functions i .NET
Testet · Virker
Hvad det gør
Leverer klar-til-brug .NET-kode til Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents-SDK'et: claim-berigelse ved token-udstedelse, start-/submit-handlers til attribut-indsamling, og custom OTP-levering via Azure Functions. Trigges ved anmodninger om at tilføje custom claims til Entra ID-tokens, bygge en WebJobsAuthenticationEventsTrigger-funktion, eller sætte en custom authentication-extension op i Entra External ID.
Testrapport
Til at tilføje et claim til et ID-token tog erindring fra hukommelsen forbehold om de præcise typenavne; dokumentationen gav de præcise, kompilerbare typenavne og trigger-attributten ordret, tjekket mod den rigtige udgivne pakkeversion.
Testet: 2026-07-10 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/microsoft/skills cd skills mkdir -p ~/.claude/skills cp -r .github/plugins/azure-sdk-dotnet/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet ~/.claude/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet
Kommandoer og eksempelprompter
/microsoft-azure-webjobs-extensions-authentication-events-dotnetReference til at bygge Entra ID custom-authentication-event-Azure-Functions i .NET
Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):
Add custom claims to Entra ID tokens with a WebJobs auth triggerBuild a .NET Azure Function for Entra External ID attribute collectionWire up custom OTP delivery in an Entra ID authentication event function