I can't find any way to handle it without creating a new LightSaml\Model\Protocol\SamlMessage, overriding the whole workflow which creates LightSaml\Model\Protocol\AuthnRequest and add my freshly created node.
Thanks in advance
PS : Sorry if the issue is not in the right repository.
Hi !
I struggling in adding an
RequestedAuthnContext
node to an AuthnRequest xml requestexpected result
is there a proper way to achieve this ?
I can't find any way to handle it without creating a new
LightSaml\Model\Protocol\SamlMessage
, overriding the whole workflow which createsLightSaml\Model\Protocol\AuthnRequest
and add my freshly created node.Thanks in advance
PS : Sorry if the issue is not in the right repository.