Tagged Questions

0
votes
2answers
47 views

Custom Claims with Geneva framework and how to “synch” users whitin your app

Hi there Maybe this question highlights how little I know about claims identity management, but here it goes. If using WIF within an application that uses a third party STS for Identity and that …
0
votes
2answers
36 views

MVVM on top of claims aware web services

Hello experts, I'm looking for some input for a challenge that I'm currently facing. I have built a custom WIF STS which I use to identify users who want to call some WCF services that my system …
1
vote
2answers
44 views

Using SQL Account Store in Geneva

Geneva has me pretty hot and bothered as a potential to solve complicated auth and SSO issues that have been presented to us by our customers. I understand that Geneva supports custom and SQL-based …
0
votes
1answer
47 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 …
0
votes
1answer
97 views

Geneva Server STS

My requirement is the claims assigned to a user are company aware so say for example User 1: is publisher for Product Manager for Company 1 but the same user is only editor for Company B. Can this be …
0
votes
2answers
198 views

Using ‘System.Identity.Model.Claims’ for Authorization and Authentication

I want to add authentication and authorization to my application. I do not want to use Active Directory for this. Should I use System.IdentityModel.Claims to do this? Will using …
3
votes
1answer
233 views

Simple Claims Transformation for an RP-STS in Geneva Framework

Hi 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 …
2
votes
1answer
361 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, …
0
votes
1answer
143 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 …