OidcBackChannelLogoutTokenValidator should not throw an NPE when issuer is missing #15771
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: bug
A general bug
Milestone
Related to spring-projects/spring-boot#42172 (comment), when
ClientRegistration
does not have anissuerUri
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.The text was updated successfully, but these errors were encountered: