fix: wrong userinfo_encryption_enc_values_supported in OpenID Configuration #2725
Labels
comp-jans-auth-server
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
In the OpenID configuration response:
"userinfo_encryption_enc_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ]
But these values should be
[ "A128CBC+HS256", "A256CBC+HS512", "A128GCM", "A256GCM" ]
The text was updated successfully, but these errors were encountered: