cancel
Showing results for 
Search instead for 
Did you mean: 

Password rotation in Sisense

sperets
7 - Data Storage
7 - Data Storage

Hi,

I'm from Salesforce company,

We have a security policy to rotate passwords each 90 days.

I want to know if in Sisense product there is an option to rotate the installation password automatically?

 

Thanks,

Sara.

 

3 REPLIES 3

sperets
7 - Data Storage
7 - Data Storage

Hi,

 

Any update?
I need to know if you have a password rotation mechanism to the installation password?

sperets
7 - Data Storage
7 - Data Storage

Hi,

 

I'm waiting for your response,

Can someone handle my question?

Thanks!

Sara

david-h
9 - Travel Pro
9 - Travel Pro

Hi @sperets ,

in case of SSO, the password policy will depend on the main application.

If your users directly connect to the sisense portal, then you can implement your own password policy with the Sisense API. In API 0.9 you have the POST /users/forgetpassword or in API 1.0 you have the POST /account/begin_reset_password (actually you will probably need other API commands in the /account collection). You can also renew the API token for the users in POST /authentication/tokens/api/renew.

Hope this will help.

You can also post this requirement in the product feedback.

Best, David.