aspose file tools
The moose likes Other Application Frameworks and the fly likes OpenSSO Authentication Service login page Customization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "OpenSSO Authentication Service login page Customization" Watch "OpenSSO Authentication Service login page Customization" New topic
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
    
    1

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
    
    1

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: OpenSSO Authentication Service login page Customization
 
Similar Threads
spring mvc authentication
Spring security: pass additional parameter when performing login
unauthorized error while accessing remote WS.
JAAS LoginModule
Cookies & ServletFilters on Geronimo