nameID attribute not showing up in SP request
Cantor, Scott
cantor.2 at osu.edu
Mon Jun 24 14:01:00 EDT 2013
On 6/24/13 1:57 PM, "Stein, Eric" <steine at locustec.com> wrote:
>Okay, so the nameID is not present in the information shown by
>/Shibboleth.sso/Session. So I somehow screwed up the shibboleth
>configuration?
>In attribute-map.xml I added:
> <Attribute
>name="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName"
>id="nameid">
> <AttributeDecoder xsi:type="StringAttributeDecoder"/>
> </Attribute>
I didn't spot it, you want the NameID decoder, not the String decoder.
Those aren't strings, they're NameID elements.
See the example for the persistent format.
-- Scott
More information about the users
mailing list