I have an issue with one of my Okta filter that I used to have in web.xml. After Upgrading to Jira 10.3.1 from 9.117.4. I do not see any filter.
All I see in web.xml regarding filters is the following line:
When we try to add filters to the current web.xml file, this is the error we get:
All Jira Core servlet filters should be registered in com.atlassian.jira.web.filters.ServletFilters. Remove configuration for the following filters from web.xml:
[com.atlassian.jira.web.filters.SetupProgressFilter, com.atlassian.jira.web.filters.JiraImportProgressFilter, com.atlassian.jira.authenticator.okta.OktaLoginFilter, com.atlassian.jira.web.filters.StartupProgressFilter]
Did Anyone experience that issue?
We had Okta SSO properly working with the previous version of Jira but since we no longer have filters in web.xml. We are unable to direct users to the Okta SSO.