ADFS

Update the AD FS service user password in a federation server farm

To update the AD FS service user password in a federation server farm

Perform the following steps in order for each federation server in a server farm, beginning with the primary (first) server in the farm:

  1. Update the password for the AD FS service.Use the following command at an elevated command prompt: “sc config adfssrv password=new_password
  2. Restart the AD FS service.First, use the following command at an elevated command prompt to stop the service: “net stop adfssrv“Next, use the following command at an elevated command prompt to restart the service: “net start adfssrv
  3. Update password for the AD FS application pool (ADFSAppPool).You can do this using the following steps within Internet Information Services (IIS) Manager.
    1. In IIS Manager, in the Connections pane, expand the Web server node, and then click Application Pools.
    2. Click Advanced Settings and update Identity by clicking the […] button.
    3. In the Application Pool Identity dialog, where Custom account is selected, click Set.
    4. In the Set Credentials dialog box, specify the updated AD FS 2.0 service identity user password.
  4. Restart IIS.Use the following command at an elevated command prompt: “iisreset /noforce

Leave a Reply

Your email address will not be published. Required fields are marked *