Want to find out how passengers get the option for in-flight massages when they check in online?
Vittorio recently released a great screencast on using the identity from a third party website to drive the end user experience on your own website *all* without writing a single line of code *and* using open standards (WS-Federation) thanks to the Geneva Framework.
In the video we see how he uses the delegated authentication and authorization of a third party which provides various claims back to his website. These claims can drive different behaviors based on the information he receives back, for example in the demo he shows how to manipulate text and images using conditions and mappings based on the values received from the 3rd party. The beauty of this is that you get it all without writing any code.
The sample code from the screencast, as you would expect, is downloadable. Get it here.
For more detailed information on this topic, I would recommend you look at Vittorio’s blog post which delves into the guts of what goes on behind the scenes.