ePTID and ComputedId Persistence After IdP 3.3 -> 3.4 Upgrade
Peter Schober
peter.schober at univie.ac.at
Mon Feb 3 14:37:15 EST 2020
* Sheldon, Nathan I <Nathan.Sheldon at ucsf.edu> [2020-02-03 20:25]:
> The documentation for the ComputedIdConnector at
> https://wiki.shibboleth.net/confluence/display/IDP30/ComputedIdConnector
> indicates that, as of version 3.4, the sourceAttriubteID data
> connector attribute has been deprecated.
You can remove the sourceAttriubteID XML attribute from your
DataConnetor.
Personally I've added a child attribute to the DataConnector:
<InputDataConnector ref="myLDAP" attributeNames="%{idp.persistentId.sourceAttribute}" />
that re-uses the same source attribute config I did for supporting
persistent NameIDs NOT wrapped in a SAML attribute but if you're not
using those you can avoid the indirection/property and put the
internal identifier's attribute name into "attributeNames" above.
> The saml-nameid.properties file currently has no properties defined
> (they’re all commented out).
Then you're not using/suporting/issuing persistent NameIDs not wrapped
in a SAML Attribute and you shouldn't care about that file.
> If I were to add "idp.persistentId.sourceAttribute =
> ucsfeduidnumber" to the properties, what value would I need to
> specify for the “idp.persistentId.useUnfilteredAttributes” and
> “idp.persistentId.algorithm” properties to prevent the ePTID from
> changing?
None of this matters for your attribute-resolver-defined NameIDs.
(Having said that, the only thing you'd likely have to change is to set
idp.persistentId.encoding to BASE64.)
> Also, would switching to using the properties instead of the data
> connector defined sourceAttributeID change the behavior of the data
> sent by the shibboleth.SAML2AttributeSourcedGenerator, for which we
> have a number of attributeSourceIds defined in the saml-nameid.xml
> file?
I'd have to re-read that a few times but the saml-nameid.* config
mechanism will NOT give you an eduPersonTargetedID *attribute*.
If SPs positively require that then you can't use saml-nameid.*, at
least not alone.
-peter
More information about the users
mailing list