-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If Gson mapper is chosen, the oauth token response is empty #49
Comments
|
Hi, I have this problem as well. I created an issue on the official spring repo: spring-attic/spring-security-oauth#1143 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I add
spring.http.converters.preferred-json-mapper=gson
toapplication.properties
and add the gson dependency, the oauth token is not returned.Removing the
spring.http.converters.preferred-json-mapper=gson
from the properties makes it work again. Any ideas? I want to use gson for all return types.The text was updated successfully, but these errors were encountered: