Use Case Guide

Test SSO Integration

Untangle the complexity of enterprise SSO. Inspect handshakes, decode assertions, and trace redirects through your login pipeline.

The Problem

SSO flows involve multiple stakeholders (IdP, SP) and heavy payloads like SAML assertions that are Base64 encoded and hard to read.

The DevConsole Solution

DevConsole automatically detects and decodes SAML/OIDC payloads in the network log, showing you the user attributes in plain JSON.

Step-by-Step Implementation

Trigger SSO Login

Begin the login flow while monitoring the redirects in DevConsole.

Inspect the Postback

Locate the POST request containing the SAMLResponse or OAuth code.

Verify Attributes

Ensure the decoded assertion contains the 'email', 'groups', and 'roles' your app expects.

Related Questions

Does it support SAML 2.0?

Yes, it decodes standard SAML 2.0 assertions automatically.

Can it handle encrypted assertions?

It can show the encrypted envelope; decryption usually requires your app's private key, which is handled on your server.

Start Debugging Smarter

DevConsole is free during development. Join 5,000+ developers shipping better code.

Get Started Now