Care points for installing EUM with AD as provider - EUM V4 and below

|
Published

This topic lists the care points for installing EUM with AD, and some related FAQs:

Care points:

While Installating

In EUM_config.ps1:

  • The install type $global:PHEUM_ADInstall should be changed to true

EUM_config_line34.JPG

  • Value for $global:PHEUM_Domain should be changed from "Extranet" to the AD domain without the domain component

EUM_config_line37.JPG

  • Value for $global:PHEUM_ProviderCS should be the LDAP connection string, starting with the OU path

EUM_config_line41_a.JPG

EUM_config_line41.JPG 

After installation

In IdentityServer.exe.config:

  • Change LoginGetUsernameByEmail value to false

IdSrv_AD.JPG

In C:\inetpub\wwwroot\~site~\IdentityServer\Views\Account:

  • Search all the files for input type ="email" and if found change input type from email to text

AD_Input_Type.JPG

  • Reset IIS after the changes are made and saved