Skip to content

willemvermeer/signatures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signatures

Source code to manually generate a Signature for your SAML 2.0 Response. It contains the code described in my blog post on http://wwwilpower.blogspot.com/2018/08/how-to-manually-generate-signature-for.html

How to run

mvn clean install exec:java -Dexec.mainClass="com.example.OpenSamlSignatures"

This will execute the main class which loads an example SAML response, then proceeds to sign it using the OpenSAML libraries followed by signing it 'manually'.

The example generates a new private/public key pair upon each execution.

About

Source code to manually generate a Signature for your SAML 2.0 Response

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages