Modify tag Issuer in LogoutRequest
domenico.cervino
cervinodomenico at libero.it
Mon Oct 31 05:54:57 EDT 2016
I need to add in the tag LogoutRequest's Issuer the attribute Format and
NameQualifier.
Default I have this LogoutRequest:
<samlp:LogoutRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
Destination="https://myIdp.it"
ID="_ec9b3e3c125a2f74791167095b001e28"
IssueInstant="2016-10-27T09:58:53Z"
Version="2.0"
>
<saml:Issuer
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">SERVICE_PROVIDER_WWW</saml:Issuer>
<saml2:NameID xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
NameQualifier="https://myIdp.it">Ztm7d0MEAyzoIZoNLNUI2AllhZJvd8PEQVl5Y7BiUro=</saml2:NameID>
<samlp:SessionIndex>AIDPS_5b106506-2f42-4ec3-8326-c41f422a42c0</samlp:SessionIndex>
</samlp:LogoutRequest>
I would like to have this:
<samlp:LogoutRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
Destination="https://myIdp.it"
ID="_ec9b3e3c125a2f74791167095b001e28"
IssueInstant="2016-10-27T09:58:53Z"
Version="2.0"
>
<saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity"
NameQualifier="http://SP.it">SERVICE_PROVIDER_WWW</saml:Issuer>
<saml2:NameID xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
NameQualifier="https://myIdp.it">Ztm7d0MEAyzoIZoNLNUI2AllhZJvd8PEQVl5Y7BiUro=</saml2:NameID>
<samlp:SessionIndex>AIDPS_5b106506-2f42-4ec3-8326-c41f422a42c0</samlp:SessionIndex>
</samlp:LogoutRequest>
You can help me
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Modify-tag-Issuer-in-LogoutRequest-tp7629181.html
Sent from the Shibboleth - Developers mailing list archive at Nabble.com.
More information about the dev
mailing list