I want to implement single sign on with Jira to access Jira data for users.
Required authorization flow :
- Redirect user from my app to Jira -cloud
- User authenticates and grants permissions
- Redirects user from Jira to my application with authorization info .
Is this possible and how to achieve this.
Thanks