geneva-framework

How can I generate a SAML Security Token within the same application that consumes it?

I've been configuring some of my applications to use the Windows Identity Foundation. I use the passive redirection to get security tokens from a Security Token Service. I accomplished this by inserting WIF code into a logon web site that existed before I started using WIF and then using the "Add STS Reference" within the applications....

ADFS v2.0 Error : MSIS7042: The same client browser session has made '6' requests in the last '1' seconds.

Folks, I've got an ASP.NET MVC application that I am attempting to secure using the Release Candidate version of ADFS v2.0 (Geneva). I have configured the application as a relying party trust, and I've used Fedutil.exe to modify the application's Web.config so that it has the information about the Geneva server and uses the Geneva serv...

Configure Active Relying Party STS to Trust Multiple Identity Provider STSes

I am struggling with the configuration for the scenario below. I have a custom WCF/WIF STS (RP-STS) that provides security tokens to my WCF services RP-STS is an "Active" STS RP-STS acts as a claims transformation STS RP-STS trusts tokens from many customer-specific identity provider STSes (IdP-STS) When a WCF Client connects to a ser...

ADFS 2.0 - ID3206 - A signin response may only redirect within the current web application

I've recently bumped into this issue: http://social.msdn.microsoft.com/Forums/en-US/Geneva/thread/adcdd533-d5e3-4af9-b3f5-b9a6d06b5c44?prof=required Does anyone have any ideas around this? ...

How to set a custom Identity when calling Claim-Aware WCF Service and retrieve it the STS with WIF

Hi everyone, I created my custom Claim-Aware WCF Service and a Custom STS Service using the WIF SDK Template. Everything works fine but I would like to define my own custom Identity when I call the service and retrieve it in the STS Service. For example in the following code: protected override IClaimsIdentity GetOutputClaimsIdentit...

Help required with SAML 2.0 and ADFS 2.0 !

While trying to learn the ADFS 2.0 environment, I created an empty ASP.NET Claims aware application to be the RP using Visual Studio 2010. using ADFS 2.0 I did the following: Created a SAML 2.0 relying party using the 'Add Relying Party Trust...' wizard Created a SAML 2.0 Claim Provider using the 'Add Claims Provider Trust...' wizard ...