Hi All.
I'm developing an intranet for my company.
I need to integrate jira to my system and I need to create a java login that use the google authentication.
I have found an example at link https://bitbucket.org/atlassian_tutorial/atlassian-oauth-examples/src/default/java/
Unfortunely some of these step have to be made manually as these step to authorize clicking on the url created to take the request token. How can I implement an interely java code that allow me to authenticate a user and recognize him ?
Many thanks