SAML, WS-Federation and OAuth 2.0 tracer
Trace and decode all SAML, WS-Federation and OAuth 2.0 (OIDC) messages
SAML, WS-Federation and OAuth 2.0 tracer란 무엇입니까?
SAML, WS-Federation and OAuth 2.0 tracer은(는) https://rcfed.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trace and decode all SAML, WS-Federation and OAuth 2.0 (OIDC) messages"입니다.
확장 프로그램 스크린샷
SAML, WS-Federation and OAuth 2.0 tracer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trace and decode all SAML, WS-Federation and OAuth 2.0 (OIDC) messages. While you browse, the tracer collects all federation messages for you to investigate. The messages are shown in the overview list by occurrence, so you can follow the message flow. Click on the message to view the details in separate windows with syntax highlighting. JWT tokens are automatically decoded. The raw message/token is easily copied to clipboard with a single click. When messages are signed with an embedded certificate, this will be extracted and can be downloaded from the message. You can enable/disable the tracer at any time, clear the message list and even remove individual messages from the list. Export a single message or the whole list to a JSON file. Using the options, you can change: - tracing mode (simple/extended) - number of message to keep in memory - flag keywords in messages - type of protocol(s) to trace - timestamp format - display order in overview list - display items in overview list - icons for message feature in overview list - syntax highlighting in message details - choose what happens when you enable/disable the tracer Feature requests are most welcome. Drop me a mail or use contact form :-) The extension supports browser Dark Mode.
확장 프로그램 기본 정보
이름 | SAML, WS-Federation and OAuth 2.0 tracer |
ID | hkodokikbjolckghdnljbkbhacbhpnkb |
공식 URL | https://chromewebstore.google.com/detail/saml-ws-federation-and-oa/hkodokikbjolckghdnljbkbhacbhpnkb |
설명 | Trace and decode all SAML, WS-Federation and OAuth 2.0 (OIDC) messages |
파일 크기 | 128 KB |
설치 횟수 | 10,000 |
현재 버전 | 4.3.1 |
최근 업데이트 | 2022-09-15 |
출시 날짜 | 2020-06-01 |
평점 | 4.00/5 총 7 개의 평점 |
개발자 | https://rcfed.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://rcfed.com/Browser/Tracer |
도움말 페이지 URL | https://rcfed.com/Contact |
개인정보 보호 정책 페이지 URL | https://rcfed.com/Privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAML, WS-Federation and OAuth 2.0 tracer", "short_name": "rcFederation tracer", "description": "Trace and decode all SAML, WS-Federation and OAuth 2.0 (OIDC) messages", "author": "Rasmus Christiansen (rcfed.com)", "homepage_url": "https:\/\/rcfed.com\/Browser\/Tracer", "version": "4.3.1", "browser_action": { "default_icon": "\/icon\/icon57.png", "default_popup": "popup.html", "default_title": "rcFederation SAML, WS-Federation and OAuth 2.0 tracer" }, "permissions": [ "contextMenus", "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "eventPage.js", "common.js", "zipInflate.js", "ajaxIntercept.js" ], "persistent": true }, "icons": { "57": "\/icon\/icon57.png", "96": "\/icon\/icon96.png", "128": "\/icon\/icon128.png", "192": "\/icon\/icon192.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |