Hi All,
I already configure Alternate Access Mapping in Sharepoint 2013. But it make impact user get prompted to input user name and password. What user want is single sign on, they don’t want to fulfill their user name and password each time they access the address.
Any one can give me advise for this case, please?
TY
Regards,
Maya
Did you Disable loop back checking>
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa in registry and create the dword32 for DisableLoopbackCheck, modify the value to 1.
Or Run below Powershell Command on all SharePoint server
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name “DisableLoopbackCheck” -value “1” -PropertyType dword
Hope this action will solve your problem .