Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The template path where the bindings look for these templates is simply rooted in templates/ and any location on the Velocity search path can be used. This is typically the Java classpath overridden overlaid by the views/ folder in the IdP's configuration tree.

...

Code Block
$ jar tf webapp/WEB-INF/lib/opensaml-saml-impl-3.34.0.jar | grep templates
templates/
templates/add-html-body-content.vm
templates/add-html-head-content.vm
templates/saml1-post-binding.vm
templates/saml2-post-artifact-binding.vm
templates/saml2-post-binding.vm
templates/saml2-post-simplesign-binding.vm

...