How to Update your Third Party Service Account Credentials
  • 17 Apr 2023
  • 1 Minute to read
  • Dark
    Light

How to Update your Third Party Service Account Credentials

  • Dark
    Light

Article Summary

From time to time you may find it necessary to update the service account credentials used by RapidIdentity to access your third party systems. This may need to be done in regards to a recurring credential change as part of your security policy, or even a response to an unplanned security incident. It is best to know how to quickly and effectively change these credentials with the least amount of service interruption.

Note

These instructions are for RapidIdentity Cloud only.

  • Login to your RapidIdentity Cloud Tenant

  • Select Connect from the Top Dropdown Menu
    Screenshot 2023-04-17 at 8.55.52 AM.png

  • Select Files rom the left menu options (Be sure the Project selecter is set to < Main >
    Screenshot 2023-04-17 at 8.57.31 AM.png

  • Select the SharedGlobals.properties file and click the Edit button on the bottom action bar
    Screenshot 2023-04-17 at 8.59.22 AM.png

  • Find the Service Account that you need to update the password for, in your environment the variables you see may not match our example.
    In our example, we are going to change the Active Directory password for the idautoadmin account and it will look like this when we click Edit:

# AD credentials
adAdmin=idautoadmin
adPassword=decrypt(7Y7tYq3w=.tuAlHMEMaTj3FJWR7Sz7zQ==|EfRfAZ8ibJaCDFmadyMf8OLrJVQNmwWms/QrwMP7BaZ1SOivfr67Y7tYq3w=.tuAlD1+844vU4B3VTIPlQ/leEGulNgz2nFUINTbdrLxSw81/vZ)
  • To update the password replace the decrypt(......) section with encrypt(NEWPASSWORD) like we have below:
# AD credentials
adAdmin=idautoadmin
adPassword=encrypt(MyNewPassword123!)
  • Click the Save button on the bottom action bar

Was this article helpful?