How can I configure a Spring Boot application to use Jira as an OAuth authentication server?

How can I configure my external Spring Boot application to use Jira as an OAuth authentication server? (I want the user to login with his Jira credentials, like many websites use “login with your Facebook account” or “Login with Twitter account”)

What do I have to specify for the resource-details-service element? (especially key, secret, …)

Is there a sample implementation from Atlassian anywhere?

3 Likes