Skip to content

Simple crypto config for Shibboleth IDP that defaults SAML signing and digest algorithms to SHA-256.

License

Notifications You must be signed in to change notification settings

gtkrug/shib-sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shib-sha256

Simple crypto config for Shibboleth IDP that defaults SAML signing and digest algorithms to SHA-256.

You may want to instead use the official Shibboleth cyrpto extension module:

https://wiki.shibboleth.net/confluence/display/SHIB2/Changing+IdP+Signature+Method+Algorithm

Install

1)To add the extension code to the IdP:

a) Add the extension project jar to the IdP source distribution's lib directory.

b) Re-run the IdP install script to build and deploy the new WAR file.
  1. To activate the extension code: In the IdP's conf/internal.xml, add the following new bean declaration:

Build Instructions

If you want to build, the project is a standard maven project and should build with 'mvn clean install'.

About

Simple crypto config for Shibboleth IDP that defaults SAML signing and digest algorithms to SHA-256.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages