Using jira account to sign in to other app

I want to implement single sign on with Jira to access Jira data for users.
Required authorization flow :

  1. Redirect user from my app to Jira -cloud
  2. User authenticates and grants permissions
  3. Redirects user from Jira to my application with authorization info .

Is this possible and how to achieve this.

Thanks

I think you’ll want to take a look at Jira’s oauth2 support:
https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/

/Daniel