Spring Boot + spring-security-oauth2-resource-server should not throw a ClassNotFoundException once it supports more than one token format #6209
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
While it's true that Resource Server effectively requires
spring-security-oauth2-jose
at this point, it shouldn't once it supports more than one token format.When
spring-boot-starter-security
andspring-security-oauth2-resource-server
are used together, without further configuration, the application throws the following exception:In all likelihood, this will be taken care of naturally when coordinating with the boot team to add support for a second token format.
The text was updated successfully, but these errors were encountered: