Important Update Effective February 1, 2024!
Due to recent changes in Jira and Confluence, we've made the tough decision to discontinue the OpenID Connect (OIDC)/OAuth app and no longer provide new versions for the newest Jira/Confluence releases as of January 31, 2024.
This is due to some necessary components no longer shipping with Jira/Confluence, which would require some extensive rewrites of the OIDC App.
Important Update! This app will be discontinued soon!
Due to recent changes in Jira, which no longer ships with some components required for our Read Receipts app to run, we've made the tough decision to discontinue the app, as of Februar 5, 2025.
Important Update! This app will be discontinued soon!
We've made the tough business decision to discontinue the app, as of January 11, 2025.
Redirect individual Jira Service Management as opposed to the whole Portal using Force SSO URLs
Problem
We need to redirect individual Jira Service Management (JSM) URLs as opposed to the whole Jira Service Management Portal. Could you please advise, how to achieve it?
Solution
To achieve what you've described, you can use a Force SSO URLs entry (SAML Single Sign On Configuration → Redirection → Advanced Redirection Controls).
Before you add a Force SSO URL entry you need to uncheck 'Enable SSO redirect for Service Desk Portal' (SAML Single Sign On Configuration → Redirection).
If you still have this option enabled all users are redirected to the Identity Provider (IdP) when accessing the Service Desk portal even if the Force SSO URLs are set.
Force SSO
Add the specific URLs of the portals to the 'Force-SSO URLs' in the 'Redirection' tab of the SAML Single Sign On Configuration → Redirection → Advanced Redirection Controls. Please don't forget to save your changes.
Please have a look at our example (the specific URL should be something similar to the below). In our case we want to achieve that only Portal 3 is available via SSO:
/servicedesk/customer/portal/(3|3/.*)
Either everything that ends with 3, or contains 3 in the URL after the portal part then continues, would be redirected to SSO.
All other Jira Service Management Portal will be accessible via username / password (no SSO).