Forum Discussion

sperets's avatar
sperets
Data Storage
05-15-2023

Password rotation in Sisense

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

Replies have been turned off for this discussion
  • sperets's avatar
    sperets
    Data Storage

    Hi,

     

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

    • sperets's avatar
      sperets
      Data Storage

      Hi,

       

      I'm waiting for your response,

      Can someone handle my question?

      Thanks!

      Sara

  • 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.