I used JHipster to create a micro-service architecture.
I'm using JHipster Registry and JHipster UAA (OAuth2) as authentication solution.
Now I'm looking for a way to authenticate and make some API calls from a mobile application that would be developed outside of JHipster.
I tried to call UAA service from outside by calling /oauth/token ressource but it doesn't work.
Any advices?