Microsoft Azure WebJobs Extensions Authentication Events (.NET)

Naslag voor het bouwen van Entra ID custom authentication event Azure Functions in .NET.

Door microsoft · microsoft/skills

Getest · Werkt ★ 9.6/10

Microsoft Azure WebJobs Extensions Authentication Events (.NET) — Naslag voor het bouwen van Entra ID custom authentication event Azure Functions in .NET.

Wat het doet

Levert plak-en-klaar .NET-code voor de Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents-SDK: claim-verrijking bij token-issuance, start/submit-handlers voor attribute collection, en aangepaste OTP-bezorging via Azure Functions. Gaat aan bij verzoeken om custom claims toe te voegen aan Entra ID-tokens, een WebJobsAuthenticationEventsTrigger-functie te bouwen, of een custom authentication-extensie te koppelen in Entra External ID.

Testrapport

Bij het toevoegen van een claim aan een ID-token hield kennis uit het geheugen een slag om de arm bij de typenamen; de docs gaven de precieze, compilerende typenamen en trigger-attribuut letterlijk, gecontroleerd tegen de echte packageversie.

Getest op: 2026-07-10 · Claude Code 2.x (agent harness)

Installatie

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

Commando's en voorbeeldprompts

  • /microsoft-azure-webjobs-extensions-authentication-events-dotnetNaslag voor het bouwen van Entra ID custom authentication event Azure Functions in .NET.

Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):

  • Add custom claims to Entra ID tokens with a WebJobs auth trigger
  • Build a .NET Azure Function for Entra External ID attribute collection
  • Wire up custom OTP delivery in an Entra ID authentication event function