R: Modify tag issuer in LogoutRequest
domenico.cervino
cervinodomenico at libero.it
Mon Oct 31 04:40:14 EDT 2016
----Messaggio originale----
Da: "domenico.cervino [via Shibboleth]" <ml-node+s1660669n7629177h68 at n2.nabble.com>
Data: 31/10/2016 9.38
A: "domenico.cervino"<cervinodomenico at libero.it>
Ogg: Modify tag issuer in LogoutRequest
I use shibboelth SP.
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
If you reply to this email, your message will be added to the discussion below:
http://shibboleth.1660669.n2.nabble.com/Modify-tag-issuer-in-LogoutRequest-tp7629162p7629177.html
To unsubscribe from Modify tag issuer in LogoutRequest, click here.
NAML
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/R-Modify-tag-issuer-in-LogoutRequest-tp7629178.html
Sent from the Shibboleth - Developers mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20161031/fa6c3288/attachment.html>
More information about the dev
mailing list