


We're using NameID
as the SAML assertion attribute for the userIDAttribute
in the SAML OSGi config. Now, this needs to be changed to use Mail
instead. We also have enabled auto-creation of user.
Upon making the configuration change to use Mail
instead of NameID
, duplicate users are getting created. This is expected because the value of the two properties differs. Is there a way to consolidate the two? Asking because before going ahead to write a script for this, wanted to understand if there is a utility already available for this? or if I am missing to update any other relevant configurations to achieve this change?
Views
Replies
Sign in to like this content
Total Likes
Hi @ Poorva_Jain,
Unfortunately there is no OOTB tool or configuration that you could use to consolidate user data. Writing groovy script probably will be the simplest option to achieve your goal.
Hi @ Poorva_Jain,
Unfortunately there is no OOTB tool or configuration that you could use to consolidate user data. Writing groovy script probably will be the simplest option to achieve your goal.