HI guys
I don't if I'm missing some piece or maybe I'm completely wrong.
I have a database with users, password and roles and I have also 5 differents grails applications serving REST resources (products, sales, ...) and I want to use security annotations to control the access to every resource.
I want to have one unique "login" point where validate the user and take their roles and I want to use them into the rest of the applications.
I'm thinking about to build my own OAuth server but it seems that the new direction of the plugin is to prefer JWS. So, it's possible to have one grails application to validate users and share the token with the rest o the applications ?
thanks in advance