Customising login page in IdP v3
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 16 08:17:31 EDT 2015
For completeness:
> Actually, “uses JSP to invoke Velocity templates” is probably wrong as a statement,
> both in the specific and general, but I do suspect that the JSP pages in /webapp/ in
> the distribution can probably run somehow
Strictly speaking it’s a chain of (two) lookups. The code looks for foo.vm (in the filesystem) and then foo.jsp (in the war). So if you have to use the jsp, you delete the foo.vm file and you’re all set. You may find that you get a note in the log every time it doesn’t fine the foo.vm file – I cannot remember whether that comes at debug or info)
Also, if you are using Velocity you do *not* need to restart the IdP or the container. Just change the file and see the difference.
About transparent logos – it’s *your* login page so you can out what you want there. The images you provide to the UKFed support team are different since they have to work on other people’s web sites so there are suggestions and rules for them.
/Rod
More information about the users
mailing list