0
votes

I am getting a popup asking for Digest credential while deploying a sharepoint hosted app, i created a brand new sharepoint hosted app with out wrighting any code i deployed that in developer site, i got a page for trusting an app and i gave full control to the app at site collection level but once i trust the app i am getting an anothor popup asking for Digest creditials not sure what is that, could some one please help me what is the issue.

i am seeing a blank page when i enter my user name and password with my domain name and i am deploying the app in same domain server but from a different development machine through visual studio.

Check the popup image

1
Are you developing against sharepoint online or your on prem setup of sharepoint?baywet
This is in on premsannadi sarath
what are the authentication providers configured on the web app?baywet
claims based authenticationsannadi sarath
With what underlaying protocols?baywet

1 Answers

0
votes

I am probably late to reply but I will answer anyways:-

  1. Disable loopback popup:- https://blogs.technet.microsoft.com/sharepoint_foxhole/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way/

  2. Add site/app domain to the trusted sites list and also if you are using proxy then add it to the proxy exceptions list.

All these steps resolved the sharepoint app errors or authentication problems for me.