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 a default sav_Role to the users.

DTG28
New Contributor III
New Contributor III

Is there a way we can default the Sav role assignment to the users profile.

Custom SAV_ROLE or any default Roles.

3 REPLIES 3

stalluri
Valued Contributor II
Valued Contributor II

@DTG28 
You can try this below Config in externalconfig.properties

job.ecm.imp.file.defaultrole="********************"

You can put what ever Role you need so it will be auto assigned to the user on creation.
Example: 
job.ecm.imp.file.defaultrole=ROLE_SAV_ENDUSER


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

SumathiSomala
All-Star
All-Star

@DTG28 Use job.ecm.imp.file.defaultrole option in the external config file


Make sure to restart your server after changes in externalconfig file and This will work only for newly created/imported users as per my understanding. If existing users are present and sav role is not assigned with above config they wont get the default sav role.

Let me know if it helps.

Regards,
Sumathi Somala

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

Saathvik
All-Star
All-Star

@DTG28 : If you are using UserImport via a Connection Job to import users, then you can configure Add Default Sav Role at Job level

sk_0-1697125659079.png

 


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.