Hello!
This is my first time dealing with Authentication, especially Jira/Atlassian authentication, I am trying to make an internal app that we can use to take down information from the api and chart it using specific jira credentials each user has (ex: team A can take down only what team A has access to, team B the same, etc). I thought OAuth and an Application Link is perfect for this, I have it setup using Passport JS Strategy here: http://www.passportjs.org/packages/passport-atlassian-oauth/ with my own generated RSA private key, with the public key being set in the application link as it suggested here : https://developer.atlassian.com/server/jira/platform/oauth/ (Under the Configure Jira section). When trying to achieve another user to go about linking, it requires the private key I generated myself, and other people on their own machines can't get it to work with their own RSA private keys. Is there a way we can have this work so we don't have to pass around one private key generated by an admin and have multiple users access the REST API using OAuth 1.0 and this method?
(I also wonder how this works when deploying our application for internal use)
Thank you so much for any help on this!! (Explanation would be amazing too!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.