...
You can find all the templates inside the opensaml-saml-impl.jar library if you want to examine or copy them (the exact version of the jar filename will vary):
Code Block |
---|
$ jar tf webapp/WEB-INF/lib/opensaml-saml-impl-35.40.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 |
...