mercredi 4 mars 2015

Oauth2 SSO for multiple resource client apps with spring boot

So, I have an oAuth2 server which is jHipster app (using mongodb). I want to connect 3 resource servers to that app but all of them should share the same user base, so that the users should be able to login only once.


Is there a way to configure multiple resources in Spring Boot with jHipster so that it won't be as a separate client that would need username and password before accessing the resource? And also how can I specify user role for each resource server?


The diagram below is a simplistic view of what I'm trying to accomplish.


enter image description here


Aucun commentaire:

Enregistrer un commentaire