I have a Spring Boot 1.3.0 application with Spring Security OAuth included as a sort of SSO integration.
The problem is that the application is running in a non-SSL
I had the same problem. I add theses two parameters to force HTTPS in redirect_uri :
preEstablishedRedirectUri: https://... useCurrentUri: false
It works : "redirect_uri" is now using HTTPS