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

Service account reset password

RCreddy
New Contributor
New Contributor

Hello,

We have a requirement for service account where only OU=PAMprod_Service account should be able to perform the reset password for service account.

Now the current functionality is but we don't want this every user who is having admin savrole is able to perform reset password for service account.

Please let me know where can we configure this functionality

2 REPLIES 2

PremMahadikar
All-Star
All-Star

Hi @RCreddy ,

This can be handled by 'change password access query' at endpoint config.

PremMahadikar_0-1710705942767.png

Assuming you are storing 'OU=PAMprod_Service' in account details. Please try below

where u.userkey in (select ua.userkey from user_Accounts ua where ua.accountkey in (select a.accountkey from accounts a where a.name like 'OU=PAMprod_Service' and a.endpointkey=<000>))

Also sharing some links for reference:

Use cases and Implementation examples for managing passwords

- More about 'Change Password Access Query'

 

If this reply answers your question, please consider selecting Accept As Solution and hit kudos.

@PremMahadikar  Query is wrong rushikeshvartak_0-1710722444349.png

Service Account is always orphan hence joining user_Accounts in query is not correct

 

@RCreddy  Currently which account to be visible can't be restricted however how to show can be only restricted 

 


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