Untangle the complexity of enterprise SSO. Inspect handshakes, decode assertions, and trace redirects through your login pipeline.
SSO flows involve multiple stakeholders (IdP, SP) and heavy payloads like SAML assertions that are Base64 encoded and hard to read.
DevConsole automatically detects and decodes SAML/OIDC payloads in the network log, showing you the user attributes in plain JSON.
Begin the login flow while monitoring the redirects in DevConsole.
Locate the POST request containing the SAMLResponse or OAuth code.
Ensure the decoded assertion contains the 'email', 'groups', and 'roles' your app expects.
Yes, it decodes standard SAML 2.0 assertions automatically.
It can show the encrypted envelope; decryption usually requires your app's private key, which is handled on your server.
Explore more ways to use DevConsole to speed up your development
DevConsole is free during development. Join 5,000+ developers shipping better code.
Get Started Now