...
Info |
---|
Starting with IdP 5.1 you can the install the latest plugin version supported on your IdP version with |
Plugin ID | Module(s) | Latest Version | Bug Reporting |
---|---|---|---|
net.shibboleth.idp.plugin.thymeleaf | idp.ui.Thymeleaf | Under Development |
For a detailed guide on how to install plugins, see here.
...
C:>\opt\shibboleth-idp\bin\plugin.bat -I net.shibboleth.plugin.idp.storageplugin.thymeleaf
or
$ /opt/shibboleth-idp/bin/plugin.sh -I net.shibboleth.plugin.idp.storageplugin.thymeleaf
Configuration
Installing this plugin has the effect of adding in the necessary libraries to use Thymeleaf with views, and configures support for this “ahead” of Velocity such that any view template ending in an “.html” file extension in the usual locations (or additional ones you configure via idp.views) will be selected ahead of existing Velocity templates (which have a “.vm” file extension).
...