In the Service Provider's \LightSaml\Builder\Action\Profile\SingleSignOn\Sp\SsoSpSendAuthnRequestActionBuilder there is an opportunity to attach a listener that can manipulate the Profile Context or Outbound Message before the message is signed or encrypted.
However in the Identity Provider's
\LightSaml\Idp\Builder\Action\Profile\SingleSignOn\Idp\SsoIdpAssertionActionBuilder there is no such like dispatch event handler before the Outbound Message is signed or encrypted.
Is there an alternate way of adding Assertions to the LoginResponse before signing and encryption?
In the Service Provider's
\LightSaml\Builder\Action\Profile\SingleSignOn\Sp\SsoSpSendAuthnRequestActionBuilderthere is an opportunity to attach a listener that can manipulate the Profile Context or Outbound Message before the message is signed or encrypted.However in the Identity Provider's
\LightSaml\Idp\Builder\Action\Profile\SingleSignOn\Idp\SsoIdpAssertionActionBuilderthere is no such like dispatch event handler before the Outbound Message is signed or encrypted.Is there an alternate way of adding
Assertionsto theLoginResponsebefore signing and encryption?