Requirement: I am trying to implement a seamless redirection from a web application to a Jira Service Management (JSM) portal in a new browser tab. The goal is to automatically authenticate the user in JSM without requiring them to log in again. After redirection, the user should be able to search content in the JSM knowledge base, which is linked to a Confluence space.
What I've Tried:
JWT Token-Based Authentication: Encountering issues when attempting to obtain an access token for logging into the JSM portal.
OAuth Code Grant: I’ve registered the web application on developer.atlassian.com and obtained a Client ID/Secret. I’m able to retrieve the access token using the authorization code, but I can’t establish a session in JSM—it's still showing for a login.
API Token: Successfully created a session using an API token via Postman, but I’m unsure if this approach will work for a browser session to authenticate with JSM.
What I Need Help With: I need guidance on resolving the issues with the approaches I’ve tried or recommendations for the best solution to achieve seamless authentication and redirection to JSM.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.