> I would like to know if is it possible to add a brand new HTML+CSS structure > of the login/logout form in order to best fit my existing webapps layout.
It's not only possible, but commonplace to do this. You can either edit the default UI, or create views entirely your own under a new name and update the cas.properties accordingly. > I don't want to modify the existing one, but better would be if I can > associate one HTML+CSS structure for each service I register to CAS. The supported way of customizing the UI on a per-service basis is via spring themes. You can do a lot with it, but entirely different HTML+CSS skinning isn't supported. Read the section "15.7 Using themes" of http://static.springsource.org/spring/docs/3.0.x/reference/mvc.html for details of the underlying technology, which should give you an idea of what you could do in CAS. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
