|
We are using Shibboleth Identity Provider 3 software, Our system logs assertions before we encrypt them using org.opensaml.saml.saml2.encryption.Encrypter, but for some SP's doesn't encryption there is no logging( we are turning off encryption by using p:encryptAssertions = false in a child bean of the default profile configuration bean for specific relying parties) . Is there a way to log SAML assertions even when we are not encrypting.
|