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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |