change alg signature

This commit is contained in:
Loredana Crusoveanu 2018-03-18 14:28:47 +02:00
parent df7514e14a
commit e192f70c66
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class SecretService {
}
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() {