I have an issue that I have been trying to resolve. I am trying to create a high-trust provider hosted app, but keep getting prompted for credentials.
I have an SP2013 site on a server – devSP01.
We have another server – devApp01 – set up to host our provided hosted apps.
We put an app on the app server and tried to access through the SharePoint site:
We log into SharePoint, Click on the app, and get prompted for credentials again from the app server.
I have read a lot of MSDN articles and tried to verify all the set-ups, DNS, self-signed certificates, etc, but still have the issue.
The only resolution I have found is to add the site as trusted intranet site in IE, but that doesn’t seem like a good fix. It still prompts for credentials for FireFox and Chrome, which isn’t desirable.
Any ideas?
Thanks,
Craig
The FireFox about:permissions didn’t help, but I found this and it worked.
- Enter “about:config” in the address bar of Firefox and hit [Enter]
- Do a search on “ntlm“, at least three entries should appear
- Double click the entry titled “network.automatic-ntlm-auth.trusted-uris” and set its value to .yourdomain (do not forget the dot). You can have multiple domains by entering them as comma-separated.
- Restart your Firefox to get it to kick in.