<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y000079yVnySAEOkta Classic EngineOkta Integration NetworkAnswered2024-04-15T12:12:30.000Z2019-11-26T07:38:49.000Z2020-01-08T16:01:32.000Z

v8014 (v8014) asked a question.

Need to access Jira Rest API with Okta authentication

We have configured Jira server with Okta and tried to call rest api.we have tried using Clint credential access token as follows and didn't work. please let me know how to do this

 

Get Access token - curl -v -X POST -H "Content-type:application/x-www-form-urlencoded" "https://host.okta.com/oauth2/aus1y8310anyOVzn4357/v1/token" -d "client_id=0oa1y86dh....H1f357&client_secret=jMllC_HxE-JpbetMYv8F6F....JtKPXWd&grant_type=client_credentials&"

 

Jira Api Call - curl -X GET -H "Authorization: Bearer eyJraWQiOiJMZ2..JQaHFVWnhaQnd" -H "Content-Type: application/json" http://host/rest/api/2/project

 


  • Hi Praween - apologies for the delayed response here!

     

    I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.

    Expand Post
    Selected as Best
  • Hi Praween - apologies for the delayed response here!

     

    I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.

    Expand Post
    Selected as Best
This question is closed.
Loading
Need to access Jira Rest API with Okta authentication