customizing the login page for shibboleth

Rod Widdowson rdw at steadingsoftware.com
Fri May 22 12:41:13 EDT 2015


> You should be able to find a war file called idp.war which, if expanded (jar xvf idp.war) will contain the login.jsp file you are looking for

That’s tends to be a really bad idea because any change you make will be overwritten by an upgrade.  The login.jsp in the war file is the output of the build, what you want is the input file.

> I'm not sure where to find " src/main/webapp/login.jsp within your IdP distribution package" in order to modify it.

You will find this in the directory that you unpacked the tarball into.  Edit that, run the build command to rebuild the war file.  Redploy it and test.

/Rod





More information about the users mailing list