OAuth2 SSO with Spring Boot without the authorization screen
问题 I have resource, authorization and _ui applications written using Spring Boot 1.5.3, OAuth2 and MongoDB. The resources are going to be accessed from mobile apps as well as a couple of web applications (one for regular users and the other one for admins). The apps are quite similar to the samples from the guides by Dave Syer. What different is that the users are stored in the database and the clients are stored in an xml file located in the resources folder of the authorization server. I am