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

OidcBackChannelLogoutTokenValidator should not throw an NPE when issuer is missing #15771

Closed
jzheaux opened this issue Sep 9, 2024 · 2 comments · Fixed by #15824
Closed

OidcBackChannelLogoutTokenValidator should not throw an NPE when issuer is missing #15771

jzheaux opened this issue Sep 9, 2024 · 2 comments · Fixed by #15824
Assignees
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: bug A general bug
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Sep 9, 2024

Related to spring-projects/spring-boot#42172 (comment), when ClientRegistration does not have an issuerUri configured, it should give a better error than an NPE.

This needs to be addressed for both the imperative and reactive versions of the class.

Please base this change off the 6.2.x branch so it can be forward-ported when merged.

@jzheaux jzheaux added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug status: ideal-for-contribution An issue that we actively are looking for someone to help us with in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 9, 2024
@jzheaux jzheaux added this to the 6.2.x milestone Sep 9, 2024
@wapkch
Copy link

wapkch commented Sep 13, 2024

Hi @jzheaux , may i work on this?

@jzheaux jzheaux removed the status: ideal-for-contribution An issue that we actively are looking for someone to help us with label Sep 17, 2024
@jzheaux
Copy link
Contributor Author

jzheaux commented Sep 17, 2024

Yes, please. :) Thanks for offering, the issue is yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: bug A general bug
Projects
None yet
2 participants