Skip to content
logo Knowledgebase

How to configure CRM for IIS Auto Login

Created on  | Last modified on 

Description

Cause

Resolution

  1. Open the IIS Manager, Select the CRM site
  2. Select Basic Settings
  3. Select Connect As set to 'Application User (Pass-through Authentication)'
  4. Select OK
  5. Select the CRM site
  6. Double Click on the Authentication interface
  7. Enable Anonymous and Windows Authentication
  8. Select Anonymous Authentication and click Edit
  9. Set the Anonymous Authentication to use the Application Pool Identity
  10. Open Internet Explorer and log in to CRM
  11. Setup all your user accounts so that the usernames matches the usernames Active Directory
  12. Select Administration -> Users -> User Configuration -> Change
  13. Set IIS Auto Login equal to Yes
  14. Set the Default Domain for IIS Auto Login to match your Windows Domain
  15. Run this SQL Query to remove passwords
  16. UPDATE users SET user_password = NULL
  17. Do an IISReset
  18. Open Internet Explorer
  19. Go to Internet Options
  20. Add the CRM URL to Trusted Sites
  21. Click the Custom Level option under Security
  22. Select User Authentication at bottom of list
  23. Set the option to 'Automatic Logon with Current Username and Password'
  24. Repeat step 19-23 on all workstations

The Sage CRM Help Center -> System Administrator -> Users -> Configuring automatic login will information.