Configuring Single Sign-On

Learn how to configure single sign-on for Aurea CRM web offline.

Aurea CRM web offline supports single sign-on. To enable single sign-on for Aurea CRM web offline:
  • Set SingleSignIn ="Y" in the SilentClient.ini file.
  • Enable Windows Authentication for IIS Express and disable anonymous authentication by configuring the <anonymousAuthentication> tag in the web.data\applicationhost.config file. See the sample configuration below:
    <anonymousAuthentication enabled="false" userName="" />
    <windowsAuthentication enabled="true">
Note: Single sign-on must be configured for both Aurea CRM web and Aurea CRM web offline, see Configuring Single Sign-On in the Aurea CRM web Installation & Technical Guide. If setup is executed within the user context, single sign-on can not be enabled during setup. You need to edit the applicationhost.config file (<Authentication> tag) before setup is executed.