Get unsigned - unencrypted SAML Response

Hello

How can I get the clear/unsigned/unencrypted SAML Response ?
I’ve already tried OnResponseCreated, but the response was already unsigned and the assertions encrypted.

Thanks !

OnSamlAssertionCreated may be used to access/modify the SAML assertion prior to signing and encryption.