Thank you! I run the passive WS-federation redirection scenario with ACS, with third party public ID providers like facebook and google associated with my localhost testing relying party . I've done a proof-of-concept example to pass the
SWT to silverlilght upon successful ACS login. The big drawback is that I have to share the signing key with silverlight to do HMACSHA256 signature verification, and has the risk of exposing the symmetry key.
I've visited the unit you mentioned before, will certainly take a look at it again, since SL.identityModel.dll and SL.identityModel.Server.dll do help a lot with client and server side programming. I recall it work against the local STS instead of ACS. Do
I need to make a lot of changes to accommodate ACS? I think the local STS is emitting SAML, would the sample work with SWT? The silverlight app would be hosted in an ASP.NET MVC web application, but the Silverlight binary, the "source" parameter
of the silverlighthost object tag might come from other domains. Would that still work?