Describe the bug
JdbcOAuth2AuthorizationService fails to deserialize FactorGrantedAuthority because of missing Jackson mixin.
To Reproduce
- Setup Spring Security Authorization Server to use JDBC
- Setup Cloud Gatway with OAuth2 Client token relay
- Create an API
- Login
- Calls the API through cloud gateway
Expected behavior
One should be able to call the API successfully.
Sample
https://github.com/k6leung/MongoAuthServerTest
Reports that include a sample will take priority over reports that do not.
At times, we may require a sample, so it is good to try and include a sample up front.
Describe the bug
JdbcOAuth2AuthorizationService fails to deserialize FactorGrantedAuthority because of missing Jackson mixin.
To Reproduce
Expected behavior
One should be able to call the API successfully.
Sample
https://github.com/k6leung/MongoAuthServerTest
Reports that include a sample will take priority over reports that do not.
At times, we may require a sample, so it is good to try and include a sample up front.