Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: wrong userinfo_encryption_enc_values_supported in OpenID Configuration #2725

Closed
nynymike opened this issue Oct 25, 2022 · 0 comments · Fixed by #2951
Closed

fix: wrong userinfo_encryption_enc_values_supported in OpenID Configuration #2725

nynymike opened this issue Oct 25, 2022 · 0 comments · Fixed by #2951
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@nynymike
Copy link
Contributor

nynymike commented Oct 25, 2022

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" ]

@moabu moabu changed the title bug: Wrong userinfo_encryption_enc_values_supported in OpenID Configuration fix: wrong userinfo_encryption_enc_values_supported in OpenID Configuration Oct 26, 2022
@moabu moabu assigned yuriyz and unassigned moabu Oct 26, 2022
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Oct 26, 2022
@yuriyz yuriyz added the comp-jans-auth-server Component affected by issue or PR label Oct 26, 2022
@yuriyz yuriyz added this to the 1.0.3 milestone Oct 26, 2022
@moabu moabu modified the milestones: 1.0.3, 1.0.4 Nov 3, 2022
yuriyz added a commit that referenced this issue Nov 10, 2022
yuriyz added a commit that referenced this issue Nov 10, 2022
@yuriyz yuriyz modified the milestones: 1.0.4, 1.0.5 Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
4 participants