We have jira configured through Okta SSO as Identity provider (IDP).
This works well for accessing JIRA tool thru OKTA sign-in. However, We need to access JIRA REST API to perform some admin operations in a external automation code. I cannot use Basic Auth because I do not have a jira username/password (we have SSO through Okta).
What is the process to call JIRA APIs through Okta SSO?
Seems that if I send the request for version 2 it works.
Also need to flag allow api call, and not sure why but I needed to generate a new token.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Daniele Silvestre de Souza
You can create a Personal Access Token and use it to authenticate.
Using Personal Access Tokens | Atlassian Support | Atlassian Documentation
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Florian,
I'v already done it and does not work, I get as answer a redirect url for okta.
Endpoint: rest/api/3/serverInfo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.