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
Hi Amir,
We did, but seem it’s not work. The prompt still come out anytime we access the url
Hi Maya,
Are you trying to access your site from server or network ?Â
Try this one.
- Locate to -> HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Control->Lsa->MSV1_0
- Right-click MSV1_0, point to New, and then click Multi-String Value.
- Type BackConnectionHostNames and Enter.
- Right-click BackConnectionHostNames and click Modify.
- In the Value data box type the sites and click ok.
- Exit the Registry
Hai Amir,
Thanks for your replying. We tried it, but still the prompt always come :(.
Any other solution?
TY
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 .