SAML Response Decoder
Decode and view SAML responses
SAML Response Decoderとは何ですか?
SAML Response DecoderはYasinによって開発されたChromeの拡張機能で、その主な機能は「Decode and view SAML responses」です。
拡張機能のスクリーンショット
SAML Response Decoder拡張機能のCRXファイルをダウンロード
SAML Response Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SAML Response Decoder is a Chrome extension that allows users to decode and view SAML responses locally. It's a helpful tool for support engineers, developers and administrators working with SAML for authentication and authorization. While there are several SAML decoding tools available, the SAML Response Decoder prioritizes user privacy by not automatically detecting SAML responses during login or other operations. Instead, our tool provides a straightforward interface where users can manually paste their SAML responses for decoding. This ensures maximum control for the user and minimizes potential security or privacy concerns.
拡張機能の基本情報
名前 | SAML Response Decoder |
ID | lgjipdamfgafpllhgpopejiclgkkdakb |
公式URL | https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb |
説明 | Decode and view SAML responses |
ファイルサイズ | 426 KB |
インストール数 | 137 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-10-30 |
公開日 | 2023-10-29 |
開発者 | Yasin |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SAML Response Decoder", "version": "1.0.0", "description": "Decode and view SAML responses", "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "permissions": [], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |