claims-based-identity
How do I perform WIF/claims impersonation without the claim being mapped to an AD account?
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[详细]
2023-02-14 05:03 分类:问答Claims based identity -> synchronize user data
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.[详细]
2023-02-12 12:27 分类:问答What is the best way to retrieve a WindowsIdentity from a ClaimsIdentity
So far I found out two solutions to get a WindowsIdentity object from a ClaimsIdentity. First I extract the user principal name (upn).[详细]
2023-02-12 08:39 分类:问答Windows Identity Foundation - Same Issuer For Different Realms
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[详细]
2023-02-07 06:08 分类:问答WIF WSTrustSerializationException - Claims dialect cannot be set to a custom value?
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[详细]
2023-02-05 08:50 分类:问答SAML token size and REST
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[详细]
2023-02-05 07:07 分类:问答Getting 403 response when trying to access file in SharePoint list via WebClient
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[详细]
2023-02-04 03:28 分类:问答Why Sharepoint create Profile automatically?
im using sharepoint 2010 with claimsAuthentification (SQLMembership Provider) when user is authentified the first time, sharepoint create automatically a profile for this[详细]
2023-02-03 21:44 分类:问答How to call web service that requires claims based authentication?
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 .[详细]
2023-02-02 04:54 分类:问答Basic Authentication WCF service installed in SP2010 with claims authentication
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.[详细]
2023-01-30 18:26 分类:问答