Compare Chrome extensions: Dynatrace Real User Monitoring vs SAML Chrome Panel

Stats Dynatrace Real User Monitoring Dynatrace Real User Monitoring SAML Chrome Panel SAML Chrome Panel
User count 600,000+ 100,000+
Average rating 5.00 3.94
Rating count 9 51
Last updated 2023-02-10 2023-06-05
Size 148.48K 187.39K
Version 1.6.2 1.9.6
Short description
This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible. Extends the Developer Tools, adding support for SAML Requests and Responses to be displayed in the Developer Tools window
Full summary

Injects a JavaScript tag into applications defined via Dynatrace to gather real user monitoring data. For Session Replay, it enhances session playback especially when:

  • Font and stylesheet resources are loaded from HTTPS origins
  • Resources are loaded from HTTP origins

Once installed, you'll be prompted to grant permission for the download of page resources for each page that's included in session recording.

For additional information see https://www.dynatrace.com/support/help/shortlink/rum-browser-extension

This is an Open Source SAML debugger for Chrome. It operates as another panel in the Chrome Developer Tools section, which monitors the traffic in the current active tab. This panel is trying to replicate what the Firefox version of SAML Tracer does as there wasn't a good enough one (or any) for Chrome at the time of writing this.

GitHub Repo: https://github.com/milton-lai/saml-chrome-panel Feel free to branch and help make this even better!

It is designed to display all network traffic, along with the request and response data. If there is a SAML request or response, then it will grab the message, format it nicely and show it to you in another tab.

Updates:

  • Set links to open in the same browser -- There is a new feature to "Scrub" the links in the current page. Basically, it will update all anchor tags and set their target attribute to equal '_self'. This should address the issue of having SAML transactions opening up in new tabs and such. This is the best implementation I could think of as I'm unable to listen to all traffic on all tabs.
  • Import and export the network traffic. -- It imports and exports the traffic on the browser in a JSON format.
  • Toggle showing SAML traffic.

Please note that at the moment, I've only looked at OpenAM Redirect and POST SAML transactions (as that is what I've got access to). If there are others which are working, please let me know. If there are SSO frameworks that are not working, then also please let me know and I'll try to get it working (e.g. SOAP).

See more