mattermost / mattermost-plugin-jira

JIRA plugin for Mattermost 🔌
https://mattermost.gitbook.io/plugin-jira/
Apache License 2.0
99 stars 127 forks source link

Implement Jira Cloud's OAuth process to improve connect flow #743

Closed mickmister closed 1 year ago

mickmister commented 3 years ago

Copied from GitHub ticket:

The Jira plugin supports connecting to Jira cloud and Jira Server, though they use entirely different authentication process. The current Jira cloud authentication process is using the Atlassian Connect system, which requires the user to temporarily turn on third party cookies in their browser settings. This can be avoided by implementing another authentication method.

https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/#distributing-your-oauth-2-0--3lo--apps

Edit: As noted here, the direction is now to implement a third Jira "instance type" called cloud-oauth. This way we minimize risk of backwards compatibility issues.

mickmister commented 3 years ago

Message me michael.kochell at https://community.mattermost.com for more details. This is a high impact ticket

mickmister commented 1 year ago

Lots of discussion on this issue on this PR https://github.com/mattermost/mattermost-plugin-jira/pull/874

wiersgallak commented 1 year ago

Closing issues due to inactivity. This issue can be re-opened with more interest from our community.