I want to customize authenticationConverter
of SpringOpaqueTokenIntrospector
, currently I need to redefine my own bean to back off Spring Boot's auto-configured one, it would be nice if I can customize the auto-configured one.
I'd like to contribute if the proposal is accepted.
https://github.com/spring-projects/spring-boot/blob/450eb483034c3b1bbaf8e7a90c4512516eb0c54c/module/spring-boot-security-oauth2-resource-server/src/main/java/org/springframework/boot/security/oauth2/server/resource/autoconfigure/servlet/OAuth2ResourceServerOpaqueTokenConfiguration.java#L50-L62