Skip to content

Instantly share code, notes, and snippets.

@stomita
Last active January 1, 2016 07:09
Show Gist options
  • Save stomita/8109956 to your computer and use it in GitHub Desktop.
Save stomita/8109956 to your computer and use it in GitHub Desktop.
A Visualforce Page to dump SAML response
<apex:page showHeader="false"
standardStylesheets="false"
sidebar="false"
contentType="text/html"
applyBodyTag="false"
applyHtmlTag="false"
cache="true"
docType="html-5.0">
<html>
<head>
</head>
<body>
SAML Response:<br/>
{!$CurrentPage.parameters.SAMLResponse}
</body>
</html>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment