change alg signature

This commit is contained in:
Loredana Crusoveanu 2018-03-18 14:28:47 +02:00
parent df7514e14a
commit e192f70c66

View File

@ -58,7 +58,7 @@ public class SecretService {
} }
public byte[] getHS512SecretBytes() { public byte[] getHS512SecretBytes() {
return TextCodec.BASE64.decode(secrets.get(SignatureAlgorithm.HS384.getValue())); return TextCodec.BASE64.decode(secrets.get(SignatureAlgorithm.HS512.getValue()));
} }
public Map<String, String> refreshSecrets() { public Map<String, String> refreshSecrets() {