Microsoft Azure WebJobs Extensions Authentication Events (.NET)
Reference for building Entra ID custom authentication event Azure Functions in .NET
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · a90ab71
For adding a claim to an ID token, recall from memory hedged on the exact type names; the docs gave the precise, compiling type names and trigger attribute verbatim, checked against the real published package version.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Microsoft Azure WebJobs Extensions Authentication Events (.NET) does
Provides copy-ready .NET code for the Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents SDK: token-issuance claim enrichment, attribute-collection start/submit handlers, and custom OTP delivery via Azure Functions. Triggers on requests to add custom claims to Entra ID tokens, build a WebJobsAuthenticationEventsTrigger function, or wire up a custom authentication extension in Entra External ID.
How to install Microsoft Azure WebJobs Extensions Authentication Events (.NET)
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
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Microsoft Azure WebJobs Extensions Authentication Events (.NET)
-
/microsoft-azure-webjobs-extensions-authentication-events-dotnetReference for building Entra ID custom authentication event Azure Functions in .NET
It also activates on plain-language prompts like these:
-
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
Frequently asked questions
- Is the Microsoft Azure WebJobs Extensions Authentication Events (.NET) skill free?
- Yes. The skill itself is free from microsoft/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Microsoft Azure WebJobs Extensions Authentication Events (.NET) work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. For adding a claim to an ID token, recall from memory hedged on the exact type names; the docs gave the precise, compiling type names and trigger attribute verbatim, checked against the real published package version.
- What is the Microsoft Azure WebJobs Extensions Authentication Events (.NET) SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Microsoft Azure WebJobs Extensions Authentication Events (.NET)?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Microsoft Azure WebJobs Extensions Authentication Events (.NET) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.