Authentication to REST API with OAuth2
Hi, I'm using REST API within a Web Java App to get query results which works great but the next step is to authenticate without having to use user's passwords. Is using OAuth2 to authenticate, the best way to do it ? I've tried it and so far I can't...