How can i pass additional attributes in a SAML authentication request from SP to IdP using Shibboleth?
Cantor, Scott
cantor.2 at osu.edu
Fri Apr 27 19:09:01 BST 2012
On 4/27/12 1:08 PM, "Kilian Ries" <mail at kilian-ries.de> wrote:
>Hi,
>>From this article
>http://stackoverflow.com/questions/529655/are-attributes-allowed-in-a-saml
>-authentication-request
>i know attributes are possible in a SAML authentication request from an
>SP.
Well, as an Extension, yes. Nothing supports that, so I wouldn't advise
it, but if you control both ends and you really want to do it, then I
guess you could.
>I think i've to modify the < SessionInitiator > from my Shibboleth SP and
>add there an < samlp:AuthnRequest > child element.
>Now the question is, how to get there additional attributes in?
You have to put any content you want into the Request that the SP doesn't
explicitly support. It won't touch AuthnRequest child elements that aren't
material to its own options, so any Extensions element included, along
with any content inside it, should be included and sent along to the IdP.
-- Scott
More information about the users
mailing list