Hi all, anyone knows how to configure a client web.config for geneva to use RSA cookie transform? I am using Geneva Beta 2, in a webfarms scenario and I have an error decrypting cookies
Thanks Peter, but there is no web far example in the Geneva Beta 2. The Configuration used in the RTM Version does not work with the B2, particularly this portion of configuration: <securityTokenHandlerConfiguration> <tokenReplayDetection enabled="true"> <replayCache type="SharedTokenReplayCache" /> </tokenReplayDetection> </securityTokenHandlerConfiguration>
I have tried this for example, but it does not work:
In the (old) beta 1 of geneva, we used <cookieManager mode="Default" > <ticketSerializer mode="Default" /> <cookieTransforms compression="Deflate" protection="Rsa"> </cookieTransforms> </cookieManager>
but, in the beta 2, I can't find anything for doing the STS clients work in a WebFarm. We will migrate to the RTM version but in the meantime, I need to get this to work. I will appreciate your help.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.