change alg signature
This commit is contained in:
parent
df7514e14a
commit
e192f70c66
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user