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

