I need to perform search impersonation in SharePoint 2010 for Claims users.To put this in context, I would like to first state how I get this to work with Windows accounts and then discuss Claims / WI
Let\'s say I have and custom STS which authenticates users of a web app. This STS also has data like user id, name and e-mail address.
So far I found out two solutions to get a WindowsIdentity object from a ClaimsIdentity. First I extract the user principal name (upn).
Is it possible for 2 websites with 2 different domains/realms to use the same issuer? If so, am I correct to assume that a trust woul开发者_JAVA技巧d not need to be created between these 2 realms sinc
I have the following code trying to make an \"Issue\" request with WIF. When I run it I get the following exception. Isn\'t it possible to request a Security Token using Issue with 开发者_运维知识库a
We are implementing STS (claim based authentication) for the the REST based servi开发者_JAVA技巧ces. One of the reasons amongst many when we decide to create REST services (with JSON) was the small fo
I’m trying to access a file in a SharePoint list using System.Net.WebClient. The list has anonymous access disabled (when we turn it on, it works) and we’re using Claims-Based Authentication. I know
im using sharepoint 2010 with claimsAuthentification (SQLMembership Provider) when user is authentified the first time, sharepoint create automatically a profile for this
I have a client that wants to invoke a web service. I have a web service(asmx) , a default.aspx that 开发者_Go百科can show the claims .
This configuration works with SP2010 in classic mode or SP2007. We have a WCF service that is installed as an Application under the Sharepoint web site.This application uses Basic authentication.