Persistent NameID generation
Boyd, Todd M.
tmboyd1 at ccis.edu
Mon Apr 30 14:56:02 EDT 2018
Here's the entire shibboleth.SAML2NameIDGenerators section of saml-nameid.xml:
<util:list id="shibboleth.SAML2NameIDGenerators">
<ref bean="shibboleth.SAML2TransientGenerator" />
<ref bean="shibboleth.SAML2PersistentGenerator" />
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
p:format="urn:oid:1.3.6.1.4.1.32548.1.1.2"
p:attributeSourceIds="#{ {'campusPermanentId'} }" />
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
p:attributeSourceIds="#{ {'mail'} }" />
</util:list>
Was there something else I needed to add, or is this from an older version of the config? Should it be a <bean /> element and not a <ref /> element for some reason?
-Todd
-----Original Message-----
From: users <users-bounces at shibboleth.net> On Behalf Of Cantor, Scott
Sent: Monday, April 30, 2018 1:39 PM
To: Shib Users <users at shibboleth.net>
Subject: RE: Persistent NameID generation
> Any suggestions on where else I could
> check to troubleshoot further?
It isn't likely you uncommented the generator bean based on that, there are enough DEBUG log lines in there that should show up.
-- Scott
--
For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list