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

Improve OAuth support #4

Open
Lakritzator opened this issue Sep 8, 2016 · 1 comment
Open

Improve OAuth support #4

Lakritzator opened this issue Sep 8, 2016 · 1 comment

Comments

@Lakritzator
Copy link
Member

As documented here: https://jira.atlassian.com/browse/JRA-43171 JIRA doesn't support OAuth 2.0

Today I added OAuth 1.0a support, which I got working and use the information here for testing: https://bitbucket.org/atlassian_tutorial/atlassian-oauth-examples/src/d625161454d1?at=default I used the public key from that repository to setup a test link on my Jira Cloud server, and use the private key in my test case.

The code for testing is here (it's commented out, as the OAuth process opens a browser, which is bad on the test-server) https://github.com/dapplo/Dapplo.Jira/blob/master/Dapplo.Jira.Tests/JiraOAuthTests.cs

I am still looking at a way to make the certificate/private key reading easier, but in a way this is not the job for the library itself...

@magnello
Copy link

Hello

I am using this library for accessing a Jira environment. Originally the code was developed using Basic Authentication, however our client has requested that we use OAuth. I am able to obtain an access token which I provide in creating a client and use that client to read a list of projects from the target Jira environment. I followed the test example, setting the token properties to Access Token, Access Token Secret and verifier code from the authentication process. Unfortunately when I send a request for a list of projects I receive a 401 error. Any thoughts as to settings I may be missing?

best regards

Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants