I have an mobile app which already config the SSO authenticate through OpenId Connect, it's return the access token which is an JWT token, how can I call the api from jira with that token ? I'm already config SSO authenticate for Jira
You can have a look at this documentation by Atlassian regarding extending Jira applications functionality.
In case you are looking for a marketplace app then you would like to try out our Enhance API Security for Jira REST APIs with OAuth/API Token. Specifically, you can authenticate REST APIs using the Access Token that is received during SSO.
Feel free to reach out if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.