Validation the identity of the user, usually with username and password authentication.

learn more… | top users | synonyms

4
votes
2answers
1k views

Best authentication method for accessing sharepoint web from the Internet

We're planning a sharepoint intranet which will be acceded directly from our LAN, however it should be accesible from the Internet, too. What would be the best authentication method available for this ...
2
votes
2answers
5k views

Windows authentication with SharePoint Web Services via SOAP

I am building an application on a different server, than that of the SharePoint 2010 foundation. But I want to be able to update some information / data in SharePoint Lists using Web Services. I am ...
0
votes
1answer
293 views

Sharepoint 2010 MySite Profile Pictures displaying on another Web App / Site Collection Requiring Authentication multiple times

We have Sharepoint 2010 installed with MySites setup, allowing our users to upload their own profile picture. This seems to work great, however when we start using things like Discussion lists on ...
5
votes
2answers
3k views

Why are user permissions set in AD not updated immediately to SharePoint?

I have a SharePoint 2010 Foundation installation on Windows 2008 R2 and SQL Server 2008 and using Claims and Windows authentication. Subsites are visible only to members of a certain group. However, ...
1
vote
1answer
1k views

Web service authentication in SharePoint Office 365 compared to SharePoint BPOS?

On our public web site we have forms users can use to insert data into lists on our SharePoint BPOS site. We use the web services (authentication/lists) to do this and the piece of code to ...
2
votes
2answers
664 views

Impersonation in a net.tcp WCF-service in a claims based/Kerberos solution

I have tried to keep this as short as possible, dont hesitate if you want more details. Im trying to get impersonation (of calling user) to work over a net.tcp WCF-Service in a Sharepoint ...
2
votes
2answers
379 views

How to migrate User database from FBA to AD in SP2010

I have successfully migrated from WSS 3.0 to SP2010. The User database is FBA. However, I need to migrate from FBA to Active Directory (AD). I need to know the process to migrate this User Database ...
1
vote
1answer
898 views

MSOLAPSvc.3 service missing from kerberos delegation

I'm trying to configure PerformancePoint using this article and Analysis Services is running and configured on that box, but the constrained delegation won't let me choose the MSOLAPSvc.3 service ...
1
vote
2answers
2k views

Why do I get a 401 error when calling a WCF service from a web part?

I have a SharePoint 2010 web part and WCF service deployed to a web application using Kerberos authentication. The service was developed based on the walkthrough from MSDN with the only difference ...
0
votes
1answer
1k views

Unable to change SharePoint account password in SharePoint 2010

I was trying to start Microsoft SharePoint Foundation Sandboxed Code Service But it threw The password for the account domainName\empID, as currently stored in SharePoint, is not the same as the ...
0
votes
2answers
1k views

The Token Issuer is not a trusted issuer

When trying to deploy a custom STS (Functioning when used with a custom MVC app) I get the following error: `The Token Issuer is not a trusted issuer` It seems to be an issue with the certificates ...