Use for authorized assessment of federated identity systems including SAML, OIDC, OAuth2 flows, SSO misconfiguration, and token confusion issues.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add stanfish06/skillquarium --skill identity-federation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Identity Federation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/stanfish06-identity-federation)More formats (shields.io, HTML) on the badges page.
---
name: identity-federation
description: Use for authorized assessment of federated identity systems including SAML, OIDC, OAuth2 flows, SSO misconfiguration, and token confusion issues.
---
# Identity Federation (SAML / OIDC / OAuth)
## ACTION REQUIRED(读完后立刻执行)
1. `NOW`: 读取 precedent-pentest;SSO 测试账号与 IdP/SP 范围入 scope
2. `NOW`: 禁止锁定真实用户账户的暴力尝试
3. `NEXT`: 抓包工具与文档(元数据 URL)
4. `ACT`: 协议流映射 → 常见错配 → 验证
## 适用场景
- SAML Response 签名/断言篡改面(经典缺陷模式)
- OIDC 隐式/授权码 + PKCE 缺失
- redirect_uri / state / nonce 问题
- IdP 与 SP 元数据、多租户 issuer 混淆
- 与 `api-security` JWT 攻击互补(本 skill 偏联邦与 SSO 流)
## 工作流
```text
□ 画清:User → SP → IdP → Token → SP
□ 收集:/.well-known/openid-configuration、SAML metadata
□ 检查:redirect_uri 精确匹配、state 绑定、PKCE
□ 检查:SAML 签名覆盖范围、algorithm 降级
□ 会话固定与登出失效
```
## 工具链
| 工具 | 用途 |
|------|------|
| Burp + SAML Raider 等 | 断言编辑(授权) |
| jwt_tool | JWT 段 |
| 浏览器 DevTools | 重定向链 |
| IdP 管理日志 | 审计 |
## 参考
- `references/sso-flow-checklist.md`
- `../api-security/` `../windows-ad/`(企业 IdP)
## 路由上下文
**上游**: MASTER R37
**下游**: 纯 API JWT → api-security;云 IdP → cloud-k8s
## 任务完成自检
- [ ] 是否映射完整 SSO 流?
- [ ] 每个 Finding 是否有复现与影响?
- [ ] Checklist?Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。
Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.
Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.
Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.