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

OAuth 2.0 (3LO) apps authentication #251

Open
chris-rock opened this issue Nov 28, 2023 · 2 comments
Open

OAuth 2.0 (3LO) apps authentication #251

chris-rock opened this issue Nov 28, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@chris-rock
Copy link

Is your feature request related to a problem? Please describe.

Thank you for the great sdk for atlassian! Is there a way to use OAuth 2.0 (3LO) apps with the jira sdk?

Describe the solution you'd like

Ability to support Oauth 2.0 besides api token authentication.

Describe alternatives you've considered

Additional context

@chris-rock chris-rock added the enhancement New feature or request label Nov 28, 2023
@chris-rock
Copy link
Author

Do I see this right that the bearer token can be used for that?

SetBearerToken(token string)

@ctreminiom
Copy link
Owner

Hi @chris-rock, thank you for the interest on this project!

You're right, you can use the SetBearerToken to authorize the HTTP request, but the URL building and the exchange authorization has not been implemented.

I'll try to create a POC using the docs: OAuth 2.0 (3LO) apps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants