idp v3 - How to make the name and friendlyname of an attribute the same?
Peter Schober
peter.schober at univie.ac.at
Thu Mar 12 08:39:19 EDT 2015
* Marc Boorshtein <mboorshtein at gmail.com> [2015-03-12 13:10]:
> I've gotten attributes into my assertion from LDAP, but am trying to make
> the name be the same as the friendlyname. For instance with uid instead of
> name="urn:oid:0.9.2342.19200300.100.1.1" showing up in the assertion I need
> it to be name="uid". I tried just changing the name attribute in
> attribute-resolver.xml but then the attribute doesn't appear at all. What
> am I missing?
What means "doesn't appear at all? If it doesn't appear in the audit
log as being released then maybe it's just not being released?
Also note that if you change the name from
"urn:oid:0.9.2342.19200300.100.1.1" to "uid" you'll also have to
change the NameFormat to basic, as the defailt is URI and "uid" is not
a valid URI.
-peter
More information about the users
mailing list