diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json index 695ea44db..aa0706e4a 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json @@ -140,16 +140,19 @@ "signing": { "any": "Any allowed", "default": "Use server default", - "ecdsa-256": "ECDSA using P-256 curve and SHA-256 hash algorithm", - "ecdsa-384": "ECDSA using P-384 curve and SHA-384 hash algorithm", - "ecdsa-512": "ECDSA using P-512 curve and SHA-512 hash algorithm", - "hmac-256": "HMAC using SHA-256 hash algorithm", - "hmac-384": "HMAC using SHA-384 hash algorithm", - "hmac-512": "HMAC using SHA-512 hash algorithm", + "es256": "ECDSA using P-256 curve and SHA-256 hash algorithm", + "es384": "ECDSA using P-384 curve and SHA-384 hash algorithm", + "es512": "ECDSA using P-512 curve and SHA-512 hash algorithm", + "hs256": "HMAC using SHA-256 hash algorithm", + "hs384": "HMAC using SHA-384 hash algorithm", + "hs512": "HMAC using SHA-512 hash algorithm", "none": "No digital signature", - "rsassa-256": "RSASSA using SHA-256 hash algorithm", - "rsassa-384": "RSASSA using SHA-384 hash algorithm", - "rsassa-512": "RSASSA using SHA-512 hash algorithm" + "rs256": "RSASSA using SHA-256 hash algorithm", + "rs384": "RSASSA using SHA-384 hash algorithm", + "rs512": "RSASSA using SHA-512 hash algorithm", + "ps256": "RSASSA-PSS using SHA-256 and MGF1 with SHA-256", + "ps384": "RSASSA-PSS using SHA-384 and MGF1 with SHA-384", + "ps512": "RSASSA-PSS using SHA-512 and MGF1 with SHA-512" }, "subject-type": "Subject Type", "terms": "Terms of Service",