Answered by:
Authentication Prompt on mobile device

Question
-
I have a public facing SharePoint 2013 site with Anonymous Authentication setup. Everything is working fine on a PC no matter what browser is used but when the site is accessed from my iphone through sufari I get an Authentication prompt. I do not get the prompted from my ipad mini.
I have the Mobile Browser View Deactivated and do not have any device channels setup.
Thursday, February 13, 2014 4:47 PM
Answers
-
Your 401's are the source of the login prompt.
Here's a troubleshooting guide; http://support.microsoft.com/kb/907273
Also look at the permissions on the folders where your css et al is stored.
w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP
- Marked as answer by Lindali Saturday, February 22, 2014 6:14 AM
Friday, February 14, 2014 10:54 AM
All replies
-
I suggest you get a copy of Fiddler and double check that there are no 401 or 407 responses for any of the resources being rendered.
w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP
- Proposed as answer by Pablo H. G. Bertrão Wednesday, June 10, 2015 6:40 PM
Thursday, February 13, 2014 5:09 PM -
I do have quite a few 401 responses but no 407. I am not sure what a 401 response means. They are for css files in the Style Library and some are files in the masterpage directory.Thursday, February 13, 2014 5:25 PM
-
Your 401's are the source of the login prompt.
Here's a troubleshooting guide; http://support.microsoft.com/kb/907273
Also look at the permissions on the folders where your css et al is stored.
w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP
- Marked as answer by Lindali Saturday, February 22, 2014 6:14 AM
Friday, February 14, 2014 10:54 AM -
Phillip6653, did you have any luck resolving this issue? I am experiencing, what sounds like, an identical problem. The kb link in one of the responses is no longer valid, though I was able to find a copy in a different language and translate the page, but would appreciate any insight you might have! Thanks!Tuesday, December 23, 2014 6:00 PM
-
I did fix my issue but unfortunately my post was so long ago I do not remember what the fix was.
Sorry
Tuesday, December 23, 2014 6:04 PM -
Open compat.browser file in app browser change isMobileDevice value="true" to isMobileDevice value="false" for all the device in that file, this will resolve your problemFriday, April 17, 2015 11:01 AM
-
Yes you are right. I agree with your answer...Friday, April 17, 2015 11:21 AM
-
I had the exactly same problem here, and the source of the problem was a 404 .js
By removing the reference, worked great. Thanks!Wednesday, June 10, 2015 6:42 PM