Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Assign SAV Role for DB BASED USER IMPORT

ag420
Regular Contributor
Regular Contributor

Hello experts

How can i assign a sav roles to identities created from a DB after doing userimportfromDatabase?

I know the S4S method but don't want to configure just to assign SAV roles.

 

Thanks

13 REPLIES 13

NM
Honored Contributor II
Honored Contributor II

Hi @ag420 , you might have an option to assign sav role in db user import job.

That is default sav role.

ag420
Regular Contributor
Regular Contributor

ag420_0-1727173534406.png

Nope

NM
Honored Contributor II
Honored Contributor II

@ag420 ahh.. there is an option somewhere not able to recollect.

Check db connection once for default sav role option.

Refer https://forums.saviynt.com/t5/identity-governance/default-savrole-configuration/m-p/76471#M48703


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

SumathiSomala
All-Star
All-Star

@ag420 

  • Admin - Settings - Configuration Files - externalconfig.properties - edit online 
  • Update the config job.ecm.imp.file.defaultrole
  • SumathiSomala_0-1727173790305.png
  • save
  • restart application.
  • Then run the importJob

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

ag420
Regular Contributor
Regular Contributor

My env has more than one source. One is this DB and another is Workday. For the workday job, I have defined the SAV role as well in the job itself. Will this config over the job sav role assignment config?

ag420
Regular Contributor
Regular Contributor

@NM were you also referring to what Sumanthi suggested as a solution?

NM
Honored Contributor II
Honored Contributor II

@ag420 referring to db field in connector.

@ag420 

  • connection default sav role is used for application visibility control under admin menu.
  • External config file configuration will work for all new users irrespective of source
Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

Raghu
All-Star
All-Star

@ag420  As suggested Sumathi - it work any type import and it will assign default role , we also using same function.


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Amit_Malik
Valued Contributor II
Valued Contributor II

If you want it to be specific to DB connector then you can use below in user import

<mapper description="This is the mapping field for Saviynt Field name" defaultrole="ROLE_ENDUSER" dateformat="timestamp" incrementalcolumn="LastUpdateTime">

 

If you want it to be common for all users irrespective of which source they are created from then 

Update the externalconfig.properties - job.ecm.imp.file.defaultrole

 

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".

ag420
Regular Contributor
Regular Contributor

Why has Saviynt not documented this 😅 -

<mapper description="This is the mapping field for Saviynt Field name" defaultrole="ROLE_ENDUSER" dateformat="timestamp" incrementalcolumn="LastUpdateTime"> - this is what i was looking for and this works !!!

Its in document - https://docs.saviyntcloud.com/bundle/KBAs/page/Content/How-to-stop-triggering-actions-when-a-user-is...


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.