By: Noelle Keller user 23 Sep 2015 at 10:09 a.m. CDT

3 Responses
Noelle Keller gravatar
Hello, We are using the Google api and SAML to authenticate users to a relying Party. Gluu is sending the first name and last name attributes which are mandatory by the Relying Party but the attribute First Name is sending the users first and last name. So on the third party site the users names are showing, Noelle Keller Keller. Is there something I can do to just pass the first name only in the First Name attribute?

By Michael Schwartz Account Admin 23 Sep 2015 at 4:37 p.m. CDT

Michael Schwartz gravatar
It sounds like for first name you are releasing "cn" or displayName, not givenName. Either that, or during enrollment, the mapping is wrong, and the givenName attribute is being written incorrectly. Check the mapping in the script. Let us know if this enables you to resolve the problem.

By Noelle Keller user 23 Sep 2015 at 5:12 p.m. CDT

Noelle Keller gravatar
Yes, that did point me in the right direction, I had to change gplus_remote_attributes_list: email, email, name, family_name, given_name, locale to email, email, given_name, family_name, given_name, locale All looks good now, thanks!

By William Lowe user 23 Sep 2015 at 5:14 p.m. CDT

William Lowe gravatar
Thanks, Noelle. Closing this ticket.