azure-active-directory-b2c

azure-active-directory-b2c is a skill for Claude Code from MicrosoftDocs/Agent-Skills. It costs 127 tokens per session (10,300 once invoked), scanned A, original, CC-BY-4.0.

A specialist guide for developing with Azure Active Directory B2C, Microsoft's service for managing customer sign-in and identity flows.

In plain words
What is it for?
Use it when building, configuring, or debugging Azure AD B2C authentication and related integrations.
Why use it?
It helps troubleshoot and design B2C user flows, custom policies, MFA, identity-provider integrations, and deployments.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the azure-agent-skills plugin — 198 skills shipped together , and of azure-agent-skills

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/microsoftdocs/agent-skills/azure-active-directory-b2c
Any agent
npx skills add MicrosoftDocs/Agent-Skills --skill azure-active-directory-b2c
Clone the repo
git clone --depth 1 https://github.com/MicrosoftDocs/Agent-Skills

Made for: Claude Code.

Or install azure-agent-skills, the plugin that ships this one along with the rest of its 198 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-active-directory-b2c

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-active-directory-b2c.svg)](https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-active-directory-b2c)
Your own site
<a href="https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-active-directory-b2c"><img src="https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-active-directory-b2c.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.10300
Opus 5 $0.00063 $0.05150
Sonnet 5 $0.00025 $0.02060
Haiku 4.5 $0.00013 $0.01030

Measured 7d ago against content hash 934ece482616, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

azure-active-directory-b2c scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/azure-active-directory-b2c/SKILL.md · 327 lines

The source is not reproduced here

Licensed CC-BY-4.0

The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 327 lines · 127 tokens per session scan A 934ece482616

Subscribe to this mod's changes

azure-active-directory-b2c is a skill published in the GitHub repository MicrosoftDocs/Agent-Skills (735 stars, last pushed today), licensed CC-BY-4.0. It adds 127 tokens to every session and 10,300 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

old-coder-api

Design, change, or review an HTTP/JSON API surface — endpoints, request/response shapes, authentication and authorization, pagination, idempotency, rate limits, versioning, and deprecations. Use when adding or modifying an HTTP endpoint, reviewing an OpenAPI spec or HTTP route diff, or deciding whether an HTTP API…

AmazingAng/old-coder · 106 tokens

channel-manager

Configure IM platform channels (Feishu, WeCom, Weixin, Discord, Telegram, DingTalk) for openclacky. Uses browser automation for navigation; guides the user to paste credentials and perform UI steps. Trigger on: "channel setup", "setup feishu", "setup wecom", "setup weixin", "setup wechat", "setup discord", "setup…

clacky-ai/openclacky · 175 tokens

yida-connector-safe-actions

从前端 API 文件或后端 Controller 代码中提取接口定义,为已有宜搭连接器生成执行动作配置;修复"测试后动作消失"问题。适用于连接器已创建、需要添加可调用的 API 操作时。.

openyida/openyida · 62 tokens

yida-connector

宜搭 HTTP 连接器创建与管理。打通钉钉/自建系统/第三方 API,支持 6 种鉴权方式。适用于用户需要接入外部接口、配置鉴权、创建或管理连接器时。.

openyida/openyida · 60 tokens

yida-business-rule

宜搭表单业务关联规则与高级函数配置。用于在表单设置中配置业务关联规则,或使用 INSERT、UPDATE、DELETE、UPSERT 高级函数实现跨表增删改。适用于需要表单间数据联动的场景。.

openyida/openyida · 61 tokens

yida-data-source-connectors

基于 JSX 组件 自定义页面设计器 dataSourceMap 专用技能。仅用于维护已存在的 Page dataSource.online / this.dataSourceMap. .load() 形态。YidaCodeCanvas 组件没有 dataSourceMap;使用 YidaCodeCanvas 组件实现的自定义页面数据接入必须改用 yida-canvas-data-binding / HTTP 数据桥。.

openyida/openyida · 92 tokens