Relative Content

Tag Archive for javaspring-bootspring-securityoauth-2.0spring-oauth2

JWTEncoder: Failed to select a JWK signing key

I have an auth-server + resource server in one app. I’ve spent a lot of time searching and debugging, but there aren’t many updated pages or topics about Spring Boot 3.+ related to this. So, I had this working and wanted to add a custom secret that will be shared between my client and server. And here is where the problems started…