claims-based-identity
Accessing a Claim Aware WCF from Silverlight
I am working on a Silverlight 4 application which connects to a claim ware WCF Service. I am using the following code to retrive the claim token in my WCF to perform authorization.[详细]
2023-03-06 20:38 分类:问答Adding Claims-based authorization to MVC 3
I have an MVC app that I would like to add claims-based authorization to.In the near future we will use ADFS2 for federated identity but for now we will used forms auth locally. 开发者_如何学运维[详细]
2023-03-06 06:49 分类:问答WIF Claims-based Identity for Legacy Login
I have several legacy ASP.NET applications with custom membership providers.They also utilized external SAML based identity providers for which we have written custom clients.I am sold on the value of[详细]
2023-03-04 06:16 分类:问答How to check in sharepoint if user is authenticated by Claims?
I\'ve created few we开发者_开发百科bparts in Sharepoint 2010. In current version users are authenticated by Ad login, but now custome want to customize it and allow authentication by AD login or by em[详细]
2023-03-02 04:28 分类:问答How to do claim based authentication in wp7?
I am developing window phone 7 application. I am new to the claim based authentication. I am using the following link to do claim based authentication in wp7 against claim based sites.[详细]
2023-02-27 06:32 分类:问答Can NameIdentifier and IdentityProvider (WIF) claims be used to uniquely identify any user?
Thinking of using Access Control Service (ACS) and Windows Identity Foundation (WIF) to secure my WCF Data Services Web API application.[详细]
2023-02-26 11:01 分类:问答Why the message "There are no trusted identity providers" in Sharepoint 2010 if it has a STS
When you create a new web application in Sharepoint 2010 and you select \"Claims based authentication\" for the Authentication option, the \"Trusted Identity provider\" box is greyed out.[详细]
2023-02-24 00:19 分类:问答Where is the best place to have custom Principal/Identity set?
I have been working on a web site (using ASP.NET C#) that uses both forms based and claims based authentication.I wanted to override the ClaimsIdentity class so I could implement a custom IsAuthentica[详细]
2023-02-20 14:28 分类:问答integrate sharepoint authentication with office 365
How can i integrate Sharepoint authentication into my BPOS setup? i want users to login to Sharepoint using the same credentials they use to login to BPO开发者_StackOverflow社区S. This is to avoid hav[详细]
2023-02-17 09:29 分类:问答WS-Trust - can't receive result from WIF, Windows Identity Foundation
I created Web App with service to receive claimsusing WS-Trustprotocol for some Silverlight app. I see claims are created in GetOutputClaimsIdentity() method (called twice-why?), but on Silverligh lev[详细]
2023-02-14 19:24 分类:问答