Hi,
In the connection that we have to a IDP we need to use scoping, for this we use "SAML Message Extension" in the federation management.
The issue is that in this cause the scoping is in <samlp:Extensions>, is it possible to set the scoping part without <samlp:Extensions> ?
The output is like:
<samlp:Extensions>
<samlp:Scoping xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<samlp:IDPList xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<samlp:IDPEntry ProviderID="urn:etoegang:EB:00000004000000149000:entities:9009"/>
</samlp:IDPList>
</samlp:Scoping>
</samlp:Extensions>
It needs to be like:
<samlp:Scoping xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<samlp:IDPList xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<samlp:IDPEntry ProviderID="urn:etoegang:EB:00000004000000149000:entities:9009"/>
</samlp:IDPList>
</samlp:Scoping>
------------------------------
jasper teuben
------------------------------