nameID attribute not showing up in SP request
Peter Schober
peter.schober at univie.ac.at
Mon Jun 24 12:32:47 EDT 2013
* Stein, Eric <steine at locustec.com> [2013-06-24 18:24]:
> I added the attribute to attribute-map.xml:
> <Attribute name="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName" id="nameid">
> <AttributeDecoder xsi:type="StringAttributeDecoder"/>
> </Attribute>
>
> I added the variable to Apache's httpd.conf and httpd-ssl.conf:
First make sure the SP properly maps it by visiting (after session
creation, with the NameID sent) /Shibboleth.sso/Session
To also see the value set showAttributeValues="true" for that handler
in shibboleth2.xml
When your "nameid" envvar is present the problem is with Tomcat
and/or mod_jk, not Shibboleth.
Check out the wiki for more hints,
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPJavaInstall
-p
More information about the users
mailing list