2
votes
1answer
49 views

WebClient and impersonate as other user

I created a web service hosted in SharePoint 2010 and I want to unit test its behaviour/results. Now when I try to run a test with a different user, I always get the results of the previous user and ...
1
vote
0answers
44 views

Disable Anonymous Authentication results in Access denied/401 on root site

I disabled the anonymous access in IIS 8 / Authentication hosting SharePoint 2013. Now when I browse to http://sharepoint13/ I get a "This page has not been shared with you". When I browse to ...
0
votes
1answer
27 views

Authentication problem in SP web application 2010

I have created a web application and then site collection by using my custom template site definition. Its created successfully. But when I access my application I get authentication dialog box for ...
0
votes
0answers
101 views

authentication prompt opening Word docs in anonymous access

We currently are chasing down an issue with opening word documents in SharePoint 2010. This is an intranet solution that is set to anonymous access. What occurs is when a user selects a document it ...
0
votes
1answer
80 views

Using Single Sign On to log into external website from SharePoint

We have a SharePoint 2010 server and another site (a service desk tool) that has a custom forms based authentication (not related to SharePoint). It would be nice if the SharePoint users wouldn't ...
1
vote
0answers
50 views

SAML authentication not working properly for the roles

I am facing an issue regarding the authentication in SP 2010. The scenario is below: WindowsTokenLifetime, FormsTokenLifetime and ServiceTokenLifetime are set to 365 days. Login with the user on ...
0
votes
0answers
77 views

User not logged in even after Fed Auth shows it's expiration in year 2015

I have an issue regarding the cookies. I have set all 3 FormsTokenLifetime, WindowsTokenLifetime and ServiceTokenLifetime to 365 days and the cookie is persistent. When any user login to the site ...
0
votes
1answer
48 views

SPS2010 - AD account password changing, for non-domain computers

I have Sharepoint 2010 farm - application server(Sharepoint), database server(MS SQL 2008 R2), and domain controller. 3 servers total. All of these 3 servers are included to domain(domain set up on ...
1
vote
0answers
74 views

Repeated login prompts and being logged in as another user?

When visiting the root site, users are repeatedly prompted to login. After many prompts, a partial page will begin to display. If more than 1 user is attempting to login in the above fashion, another ...
0
votes
0answers
63 views

Log out from SharePoint Server with rtFa cookies

I've found out from this article that rtFa cookies intended to make user log out. How to use rtFa cookies to log out: attach rtFa to HTTP-request and send it to a web service? Where should I send the ...
2
votes
3answers
421 views

Same public URL on two zones?

I have a default and an extended "Extranet" zone on one of my web application. I would like to assign a single URL "https://Name.myDomain.com" to both zones. Additionally I also want to be able to ...
1
vote
1answer
364 views

SharePoint caching and how to ignore it

I am new to SharePoint so I may be asking a very simple question. We have a webservice in java which accepts a username and password and using these crendentials it hits SharePoint (using ntlm ...
8
votes
5answers
2k views

SharePoint 2010 custom 401 error page on authenticated site

I'm trying to create a custom 401 error page for my site. The setup is a SharePoint 2010 enterprise site with subwebs. The entire solution requires authentication (no anonymous access). I've tried ...