Vaadin7: How to integrate a "Single Sign On" like Waffle ?

Hi all,

I would like to integrate a WIndows SSO (Single Sign On) into my Vaadin7 application.
First question : i plan to use Waffle, is there another SSO which is better for Vaadin7 ?
Second question : how to integrate this SSO into Vaadin7 ?

Eric

if you can get a JSR-196 Authentication module for SSO implementation this is probably the easiest , configure the module in your application server , configure security roles ( sun-web.xml / glassfish-web.xml ) , annotate the Servlet or configure application security in web.xml , done

If you cannot get a JSR-196 Authentication module you could follow
Access control for views
and role your own authentication.

Other resources :

Authenticating+Vaadin-based+applications


Creating+Secure+Vaadin+Applications+using+JEE6


Programmatic+Login+to+Vaadin+application+with+JAAS+utilizing+JavaEE6+features+and+Spring+injection