Por: lindgrenar
Inspect and view changes in SAMLView source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SAMLView",
"version": "1.4.5",
"description": "Capture and display decoded SAML messages for a single login flow on Firefox.",
"author": "lindgrenar",
"homepage_url": "https://github.com/lindgrenar/SAMLView",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"permissions": [
"webRequest",
"<all_urls>",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "SAMLView",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data:",
"browser_specific_settings": {
"gecko": {
"id": "SAMLView@lindgrenar.github.io",
"strict_min_version": "109.0"
}
}
} Mejores alternativas SAMLView
Aquí hay algunas Firefox add-ons que son similares a SAMLView:
SAML-tracer
Jaime Perez
SAML Message Decoder
Magnus Suther
SSO Tracer: SAML & OIDC Debugger
Ninjalabs
SAML Pen Test - Lite
SAML PEN Test Lite
XML SAML Certificate Decoder
RyanGoodwinDev
AWS SAML Sign-In Beautifier
Jared Christensen
Signature Viewer
OpenSBR
Pretty XML
Emile Fugulin