R: Modify tag issuer in LogoutRequest
Marcello Marangio
m.marangio at innova.puglia.it
Mon Nov 7 11:22:48 EST 2016
Hi
I'm having the same problem, i guess due to the italian regulations...
I tried to add the <LogoutRequest> "template" inside the <LogoutInitiator>
tag, in the same way we did within <SessionInitiator> to customize the
<AuthnRequest> structure.
It looks like the SP ignores the custom LogoutRequest settings, even if it
doesn't start if the syntax is wrong.
Any help really appreciated.
Thanks
Marcello
-----Messaggio originale-----
Da: users [mailto:users-bounces at shibboleth.net] Per conto di
domenico.cervino
Inviato: lunedì 7 novembre 2016 11:54
A: users at shibboleth.net
Oggetto: Modify tag issuer in LogoutRequest
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</sam
l: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:Sessio
nIndex>
</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:Sessio
nIndex>
</samlp:LogoutRequest>
You can help me
--
View this message in context:
http://shibboleth.1660669.n2.nabble.com/Modify-tag-issuer-in-LogoutRequest-t
p7629320.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.
--
To unsubscribe from this list send an email to
users-unsubscribe at shibboleth.net
More information about the users
mailing list