Tagged Questions
4
votes
2answers
1k views
Windows Identity framework with windows XP
How can use the Windows Identity Foundation SDK with Windows XP ?
3
votes
2answers
824 views
Simple Claims Transformation for an RP-STS in Geneva Framework
After reading the MSDN article (http://msdn.microsoft.com/en-us/magazine/2009.01.genevests.aspx) on implementing a Custom STS using the Microsoft Geneva Framework I am a bit puzzled about one of the ...
2
votes
1answer
704 views
Moving from ADFS to the Geneva Framework
My company is in need of a federated identity solution, and being a Microsoft shop, we're looking to use MS technologies to accomplish this goal.
We don't have Server 2008 or .NET 3.5 in production, ...
1
vote
1answer
73 views
WSO2 Identity server with ASP .NET and WIF
We are looking into Microsoft ASP .NET(WS-Federation with windows identity foundation) interoperability with WSO2 identity server. I posted the issue on the forum 14 weeks ago ...
1
vote
1answer
101 views
Accessing claims via the security principal attached to the request thread, versus AuthorizationContext
I'm working with the Azure ACS Labs where they are using FederatedServiceCredentials to authenticate users for Active Federation. Now I want to access the claims of the user from within the WCF ...
0
votes
2answers
130 views
How to implement active federation provider with WIF
I have several Silverlight, WP7 and ASP.NET MVC client applications Most allow anonymous access to the application but secure various features based on a user's credentials when logged in. All of the ...
0
votes
1answer
48 views
Retrieving claims from a controller - how?
I'm told that if I want to grab a claim within a controller I can do something like:
IClaimsIdentity u = (IClaimsIdentity) this.HttpContext.User.Identity;
var ni = u.Claims.First(x => x.ClaimType ...
0
votes
1answer
166 views
Implementing an Identity Provider
I have implemented App Fabric Labs' mechanism for authentication into my MVC3 app so now I can log in with Facebook, Google, Yahoo and LiveID. yea!!
now, what if a user doesn't want to use any of ...
0
votes
1answer
59 views
Missing claims from AppFabricLabs
I created rules for "name" and "emailaddress" claims in appfabriclabs' ACS for Windows Live, Facebook, Google and Yahoo... however on the Relying Party side, WIF doesn't seem to see them... I see ...
0
votes
1answer
92 views
Error using Json-feed for login: ACS50011
I have an RP for which I've built a login page using the Json feed from ACS. The IP images are linked to the .LoginUrl attribute of the feed and when I click on one of the images it correctly jumps ...
0
votes
1answer
221 views
MVC3 + WIF - FederationResult missing “wctx”
I have an MVC3 app for which I want to implement claims support. My goal is as follows:
provide a SignIn link, which when clicked displays a popup window with username/password and ...
0
votes
1answer
147 views
using Microsoft.IdentityModel.Claims; fails in my Home controller!
I'm following the Microsoft guide for implementing federated identities. As it doesn't state where the code should be placed I created a file \App_Code\Auth.cs for it. when it's time to implement ...
0
votes
1answer
211 views
What is the purpose of nameidentifier claim?
What the claim of type http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier should be used for?
This is the main question, and here are additional ones.
How does it differ from ...
0
votes
1answer
267 views
Specifying Required / Optional Claim Types in the Relying Party for a Passive STS
I have an asp.net application (relying party) that uses a passive STS for authentication and retrieval of claim values. The relying party is using the FederatedAuthenticationModule (FAM) to enable a ...