SAML 解码器在线 — 免费解码 SAML 响应和请求
将 Base64 编码的 SAML 响应和请求解码为可读的 XML。使用免费的在线 SAML 解码工具调试 SSO 身份验证令牌。
关于 SAML 解码器
SAML(安全断言标记语言)是用于在身份提供者和服务提供者之间交换认证和授权数据的基于 XML 的框架。SAML 响应和请求通常是 Base64 编码的。此工具可解码 SAML 令牌并格式化 XML 以便于阅读。支持 SAML 响应(仅 Base64)和 SAML 请求(Base64 + Deflate 压缩)。
💬 User Feedback
评价此工具
4.6 / 5 · 179 人评价
Recommended
CloudflareFree CDN & DDoS protection保持更新
获取每周开发技巧和新工具通知。
无垃圾邮件,随时退订。
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use SAML Decoder
- Copy the Base64-encoded SAML response or request from your browser, IdP logs, or SP debug output
- Paste the encoded SAML data into the input field
- The tool automatically detects whether the input is a SAML Response (Base64) or SAML Request (Base64 + Deflate)
- View the decoded, pretty-printed XML with highlighted assertion details
- Copy the decoded XML for debugging or documentation
Common Use Cases
- Debugging SSO login failures by inspecting SAML assertions and attributes
- Verifying identity provider (IdP) configuration during SAML integration setup
- Inspecting SAML NameID, audience restrictions, and conditions in authentication responses
- Troubleshooting SAML signature validation errors between IdP and SP
- Auditing SAML attribute mappings for user provisioning workflows