Tagged Questions

4
votes
2answers
1k views

Windows Identity framework with windows XP

How can use the Windows Identity Foundation SDK with Windows XP ?
2
votes
1answer
208 views

Applying custom claims in claims based application

I would like to grant document level permission based on custom claims in claims based web site. A user may have hundreds of document or one. Is it a good idea to apply custom claims? What is the ...
2
votes
1answer
190 views

Restricting access to records. Is claim-based permissions a good idea

in .net Claim-based identity framework If i wanted to restrict users to do an operation (view or edit) on let's say an account, a particular account #123456.(i am talking about business entity, like ...
1
vote
1answer
127 views

WIF and SOAP result inspection - Windows Identity Foundation strikes again :(

I use IdentityServer for users authentication from Silverlight 4 platform (WS-Trust). When user sends proper credentials everything is fine of course and I create token cookie with additional claims ...
0
votes
1answer
149 views

Claims Authentication - STS

I was watching this great video on Channel 9 by Venky. http://channel9.msdn.com/shows/Identity/Sharepoint-2010-and-Claims-Based-Identity/ This talks about highlevel view on Claims Identity and STS. ...
0
votes
2answers
191 views

wa=wsignupcleanup1.0 does not sign out user on Relying Party

Working on project where we use Windows Identity Foundation. While testing the sign out solution i found that the following call http://rp/?wa=wsignoutcleanup1.0 does not delete the FedAuth cookie on ...
0
votes
1answer
361 views

Claims-based Authentication: Are strings the essence of claims?

I've been programming with claims-based authentication for some time now with Windows Identity Foundation. It appears to me that in Windows Identity Foundation, once a user is logged in, the claims ...
0
votes
1answer
250 views

Claims + Tokens library for c#

Is there a library for c# that allows me to build an encrypted token containing claims, and then gives me an API to check if a token contains the claims I'm interested in? Similar to how ".NET Access ...