Version 1.0.0
Documentation
Enterprise Authentication Flow Inspector is a Manifest V3 Chrome DevTools extension for investigating browser-visible authentication, SSO, federation and authorization traffic.
Install from the Chrome Web Store
Install the published extension from its official Chrome Web Store listing. Chrome manages updates automatically after installation.
Local developer installation
- Download or clone the project from GitHub.
- Open
chrome://extensionsin Chrome. - Enable Developer mode.
- Select Load unpacked.
- Choose the project
distdirectory. - Navigate to a normal
http://orhttps://page, open DevTools, and select Auth Flow Inspector.
Install on an offline computer
Prepare the extension package on an internet-connected computer, then transfer it through your organization's approved removable-media or secure file-transfer process.
Prepare the files
- Open the GitHub repository.
- Select Code, then Download ZIP. A trusted internal administrator can instead clone a reviewed release or commit.
- Scan and inspect the downloaded archive according to your organization's software-approval process.
- Transfer the archive to the offline computer and extract it to a permanent local directory.
- Confirm that the extracted project contains
dist/manifest.json.
Load the offline copy
- Open
chrome://extensionson the offline computer. - Enable Developer mode.
- Select Load unpacked.
- Select the extracted project
distdirectory, not the ZIP file or repository root. - Navigate to a normal
http://orhttps://page, open DevTools, and select Auth Flow Inspector. Check the DevTools overflow menu if the panel is hidden.
chrome://extensions. Keep the directory in place while the extension is installed.
Managed enterprise environments may disable Developer mode or unpacked extensions. In that case, ask the Chrome administrator to approve and deploy the extension through the organization's managed browser policy. Do not download or install a third-party CRX presented as this project.
chrome://newtab, where Chrome does not allow DevTools
extensions to register panels. The panel can also be unavailable on chrome://extensions,
Chrome Web Store pages, and other protected browser pages. Navigate to an ordinary website before
opening DevTools. If the panel is still not visible, close and reopen DevTools, then check its
double-chevron overflow menu.
Capture live traffic
- Navigate to the normal application page that will begin the authentication attempt.
- Open DevTools before beginning the authentication attempt.
- Select Auth Flow Inspector.
- Confirm that capture is running.
- Perform the login or reproduce the failure in the inspected tab.
- Stop capture when the relevant application return or failure is visible.
Start and stop control processing without clearing the existing trace. Use Clear only when you want to begin a separate investigation.
Import HAR or JSON
Use Load Network HAR to read traffic currently available in Chrome's Network panel.
Use Import File for a HAR file, a panel JSON export, a raw entry array, or a JSON object
containing an entries array.
http:// or https:// page,
open DevTools, select Auth Flow Inspector, and then choose Import File.
The open webpage does not need to match any host in the HAR.
- Keep request and response headers when exporting a HAR for authentication analysis.
- Preserve response content when SAML forms, error payloads or token responses are relevant.
- Treat HAR and full-diagnostic exports as sensitive authentication evidence.
Inspect individual requests
The Traffic Inspector is the selected-request workspace. The request list displays method, HTTP status, duration, content size, protocol tags and a color associated with each host and port.
The detail tabs provide request-level evidence:
- Request and Response: structured headers, query parameters, forms, bodies and timing.
- Cookies: request and response cookies with OAM and WebGate-specific highlighting.
- Kerberos / X.509: browser-visible challenges, authorization schemes and forwarded certificates.
- SAML XML and SAML Details: decoded messages and organized federation attributes.
- OAuth Token and OIDC Details: parameters, JWT claims, lifetime and provider evidence.
Use Flow Analysis
Flow Analysis evaluates related requests as a browser-visible transaction. Select Auto, OAM, SAML, WNA or OIDC to review the detected flows for that protocol.
- The Flow Navigator lists correlated transactions and their request sequence.
- Selecting flow evidence focuses the corresponding request in the Traffic Inspector.
- Validation checks distinguish passed evidence, failures and items requiring review.
- Recommended next actions connect an issue to evidence and a practical troubleshooting step.
- Expandable protocol details retain OAM and WNA-specific context without duplicating request tabs.
Export evidence and assessments
Traffic export
Export the captured entries as JSON for repeatable offline analysis. Use the sanitized option when the trace will leave the controlled troubleshooting team.
Assessment export
- Markdown Report - Sanitized: redacts sensitive values while retaining analysis, timeline and next actions.
- Markdown Report - Full Diagnostic: retains correlation values needed for controlled server-side log investigation.
Browser-visible scope and limits
The inspector does not claim visibility into exchanges that never reach Chrome DevTools.
- Server-to-server token exchanges and federation calls may be absent.
- Kerberos ticket caches, KDC traffic and PAC data are not decrypted or validated.
- Backend OAM, WebGate, application and identity-provider logs remain separate evidence sources.
- JWT, SAML and certificate material is decoded and summarized; cryptographic trust is not validated.
When an ECID, request ID, trace ID or provider correlation ID is visible, preserve it and use it to locate the corresponding server-side event.