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.
Why my Single Sign On Redirection is not working ?
Problem
I am using JIRA Data Center / Server. I checked the "Enable SSO Redirect" in the plugin configuration. I tried to access my JIRA main URL https://<jira-URL>, /login.jsp, /default.jsp, /secure/Dashboard.jspa and /secure/MyJiraHome.jspa but I always end up on the normal login page.
Solution
The "Enable SSO Redirect" is working with the "Force SSO URLs" field. That means that the SAML SSO app for Atlassian Data Center or Server is only redirecting requests to URLs matching the regular expressions from the Force SSO URLs. To ensure that your main and all normal login URLs will be redirected, please check if the "Force SSO URLs" has included the default values:
/
/default\.jsp\??.*
/secure/Dashboard\.jspa\??.*
/secure/MyJiraHome\.jspa\??.*
/plugins/servlet/mobile.*
You also can delete all entries in the "Force SSO URLs" section and use the "Restore default" link below it to restore default settings.
Don't forget to save the configuration.