Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace legacy OAuth 1.0a #31

Open
justaugustus opened this issue Dec 25, 2022 · 1 comment
Open

Replace legacy OAuth 1.0a #31

justaugustus opened this issue Dec 25, 2022 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@justaugustus
Copy link
Contributor

justaugustus commented Dec 25, 2022

From https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/:

OAuth 1.0a is a legacy authentication method and, therefore, isn't recommended. Instead, check out the following for details of the recommended authentication approaches for:

Forge apps, see Security for Forge apps.
Connect apps, see Security for Connect apps.
Connect apps that act on behalf of the user, see User impersonation for Connect apps.
Non-Connect apps created in the developer console, see OAuth 2.0 (3LO) apps.
Simple scripts or to make REST API calls yourself, see Basic auth for REST APIs.

See the about page for more information on the options for developing with Jira Cloud platform.

@justaugustus justaugustus added the bug Something isn't working label Dec 25, 2022
@justaugustus justaugustus mentioned this issue Dec 25, 2022
8 tasks
@justaugustus justaugustus added this to the v0.1.0 milestone Dec 25, 2022
@rappizs
Copy link
Contributor

rappizs commented Aug 14, 2023

Forge apps, see Security for Forge apps.
Connect apps, see Security for Connect apps.
Connect apps that act on behalf of the user, see User impersonation for Connect apps.
Non-Connect apps created in the developer console, see OAuth 2.0 (3LO) apps.
Simple scripts or to make REST API calls yourself, see Basic auth for REST APIs.

Based on this, in my opinion, we should only support Basic auth for REST APIs as this is the go to method for simple scripts and REST API calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants