Customisation of authentication pages

I want to customise the authentication pages for different organisations by showing the logo for the organisation.

I've successfully got different Login.jsp's being shown for each organisation, but I don't want to have to create a new jsp (with a hard-coded image name) every time I add a new department - I want a generic solution, deriving image file name for the organisation.

I've tried getting org from the url and deriving a filename from that, but this only works for the first stage of my login process (org not included in url for later stages). I've tried getting the org from the SSOToken, but this doesn't work because we're not authenticated. Can't get the display profile for the org (which contains the filename as an attribute) using the dttheme tag library for the same reason.

Any help gratefully received!

Thanks

Geoff

[889 byte] By [haydockg] at [2007-11-25 19:17:22]
# 1

My thought may not meet your requirement. Just change from your authentication pages to after login page will eliminate all your problems encountered now.

You got SSO token, DP, org, depart., etc after successful login and customize your Default SuccessLogin URL in each of dept, sub-org, org level. Just a thought! Jerry

jh23093 at 2007-7-3 23:28:09 > top of Java-index,Web & Directory Servers,Portal Servers...