Question
Capgemini
FR
Last activity: 17 Feb 2019 13:29 EST
Need more customization of SAML 2 request
Hi,
We need to pass specific extensions parameters in the SAML request sent to Identity provider. But there is no option on the Authentication service for that.
Can you explain how to do it ?
example :
<samlp:Extensions>
<dacs:SecurityLevel>0</dacs:SecurityLevel>
<dacs:Context id="CTX">
<dacs:ContextMetadata name="scope">1</dacs:ContextMetadata>
</dacs:Context>
</samlp:Extensions>
Thanks !