Question
EY Advisory & Consulting Co., Ltd.
JP
Last activity: 31 Mar 2018 0:40 EDT
How to trace the SAML response on SSO activity
We are deploying SSO using SAML returned from ADFS on Pega Cloud.
And we would like to know the SAML response, especially value of 'claims/emailaddress' attribute which is defined as a mapping item.
We also knew that we can customize SSO error page by editing pyShowErrorMessage.
The default error page includes '<%=StringUtils.urlCrossScriptingFilter(tools.getParamValue("ErrorMessage"))%>' to see the error description.
Could someone tell me how to show SAML response value on this error page?
It would be also useful for us to trace SAML response value by other than the above way (e.g. to write down a log file in error).
Regards,
Daisuke