Azure Active Directory B2c
Curated Microsoft Learn index for Azure AD B2C, fetched live instead of recalled
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 21, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e293205
⚠ The author changed this skill after we tested it. The verdict below describes the version we ran on Jul 21, 2026; it's queued for a re-test.
Fetched SKILL.md (42.7KB): valid frontmatter (name+description), body is a self-contained categorized table of ~250 Microsoft Learn URLs; no local reference files, scripts, base64, or injection text. Spot-checked 3 referenced doc URLs (error-codes, tokens-overview, deploy-custom-policies-github-action) — all HTTP 200. Ran the output test on "configurable token lifetimes and defaults": baseline from memory got the 4 headline values right but the skill-followed run (curl of the configure-tokens doc the index points to) added the custom-policy attribute names and seconds-values, the 365-day rolling_refresh_token max, the SPA/PKCE 24h caveat, and the 10-minute auth-code lifetime — concrete details baseline lacked. Minor docs ding: how-to text mentions file-based reference .md and read_file line-ranges that don't exist here.
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 7/10
- Docs & honesty 4/5
What Azure Active Directory B2c does
A documentation-routing skill for Azure Active Directory B2C: it holds a categorized index (troubleshooting, security, configuration, custom policies, identity providers, deployment) of ~250 authoritative Microsoft Learn URLs and instructs the agent to fetch the relevant page via MCP microsoft_docs_fetch or fetch_webpage rather than answering from memory. Triggers when building B2C user flows or custom policies, configuring IdPs/MFA, securing APIs, or automating CI/CD for B2C; explicitly defers RBAC, Information Protection, Security, and Sentinel to their own skills.
How to install Azure Active Directory B2c
git clone --depth 1 https://github.com/MicrosoftDocs/Agent-Skills.git /tmp/azure-active-directory-b2c-src
mkdir -p ~/.claude/skills
cp -R /tmp/azure-active-directory-b2c-src/skills/azure-active-directory-b2c ~/.claude/skills/azure-active-directory-b2c
# No scripts or deps to install. Skill is a self-contained SKILL.md (URL index).
# Requires network access at USE time: it fetches learn.microsoft.com pages.
# Preferred fetch path is the microsoftdocs MCP server (mcp_microsoftdocs:microsoft_docs_fetch);
# install per https://github.com/MicrosoftDocs/mcp . Fallback is any web-fetch tool (fetch_webpage).
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Azure Active Directory B2c
-
/azure-active-directory-b2cCurated Microsoft Learn index for Azure AD B2C, fetched live instead of recalled
It also activates on plain-language prompts like these:
-
Set up a custom policy for Azure AD B2C sign-in -
Configure MFA for this B2C user flow -
Secure this API with Azure AD B2C tokens
Frequently asked questions
- Is the Azure Active Directory B2c skill free?
- Yes. The skill itself is free from MicrosoftDocs/Agent-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Azure Active Directory B2c work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Fetched SKILL.md (42.7KB): valid frontmatter (name+description), body is a self-contained categorized table of ~250 Microsoft Learn URLs; no local reference files, scripts, base64, or injection text. Spot-checked 3 referenced doc URLs (error-codes, tokens-overview, deploy-custom-policies-github-action) — all HTTP 200. Ran the output test on "configurable token lifetimes and defaults": baseline from memory got the 4 headline values right but the skill-followed run (curl of the configure-tokens doc the index points to) added the custom-policy attribute names and seconds-values, the 365-day rolling_refresh_token max, the SPA/PKCE 24h caveat, and the 10-minute auth-code lifetime — concrete details baseline lacked. Minor docs ding: how-to text mentions file-based reference .md and read_file line-ranges that don't exist here.
- What is the Azure Active Directory B2c SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Azure Active Directory B2c?
- 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 Azure Active Directory B2c 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.