Customising login page in IdP v3
Nate Klingenstein
ndk at internet2.edu
Tue Jun 16 07:15:02 EDT 2015
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, like /WEB-INF/jsp/status.jsp or /webapp/index.jsp, but that most requests are rendered using Velocity as a templating language as intercepted by web.xml, and that likely doesn’t involve JSP at all. For everything, /WEB-INF/web.xml is probably the reference authority.
<servlet-mapping>
<servlet-name>idp</servlet-name>
<url-pattern>/status</url-pattern>
<url-pattern>/profile/*</url-pattern>
</servlet-mapping>
On Jun 16, 2015, at 4:58 AM, Nate Klingenstein <ndk at internet2.edu<mailto:ndk at internet2.edu>> wrote:
It uses JSP to invoke Velocity templates under most conditions, including successful
logins and some error conditions. This has tripped up a large number of deployers,
so I wrote a lot on this in the Installfest documentation. I don’t know for sure that it’s
all accurate or useful, but edit suggestions are always gratefully appreciated.
https://spaces.internet2.edu/pages/viewpage.action?pageId=49841792#LinuxIdentityProviderIdPv3(Centos7)-1.UnderstandtheIdP'sconfigurationfilesandoptions
https://spaces.internet2.edu/pages/viewpage.action?pageId=49841792#LinuxIdentityProviderIdPv3(Centos7)-1.CustomizetheIdP'sLoginPage
On Jun 16, 2015, at 4:38 AM, Peter Schober <peter.schober at univie.ac.at<mailto:peter.schober at univie.ac.at>> wrote:
I think IDPv3 doesn't use JSP by default, but velocity templates (login.vm).
See https://wiki.shibboleth.net/confluence/display/IDP30/AuthenticationConfiguration
and "system" in "Installation layout", on
https://wiki.shibboleth.net/confluence/display/IDP30/Configuration
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net<mailto:users-unsubscribe at shibboleth.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150616/60149d93/attachment.html>
More information about the users
mailing list