Author
OpenSSO Authentication Service login page Customization
Shaun Most
Greenhorn
Joined: Jun 30, 2002
Posts: 3
Does anyone know how to customize the default login JSP for the Authentication Service? I mean the look and feel of the default login JSP. Thanks, Shaun
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17234
posted Oct 28, 2008 09:59:00
0
Well, I would just create my own jsp login page, then in the security configuration put <security:login-page> in there pointing to your jsp page. Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Shaun Most
Greenhorn
Joined: Jun 30, 2002
Posts: 3
Thanks Mark for your comment. Where is the security configuration file located at? In other words, which .xml file are you referring to? Shaun
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17234
posted Oct 28, 2008 19:02:00
0
Originally posted by Shaun Most: Thanks Mark for your comment. Where is the security configuration file located at? In other words, which .xml file are you referring to? Shaun
Oh, that is up to you, for Spring security you would say have a security-config.xml where you declare your intercept-url tags as well as the login-form tag. http://static.springframework.org/spring-security/site/reference/html/ns-config.html#ns-minimal Mark
subject: OpenSSO Authentication Service login page Customization