Releases: ato-pub/metro-wsit
Releases · ato-pub/metro-wsit
Signature algorithm fix alpha release
Patch to allow STS signature algorithm to be set as SHA256, eg:
DefaultSTSIssuedTokenConfiguration config = new DefaultSTSIssuedTokenConfiguration();
config.setSignatureAlgorithm("SHA256withRSA");