/
How to whitelist Authentication (for Jira instances with CAS)
How to whitelist Authentication (for Jira instances with CAS)
Problem: For Jira instances with CAS implemented ‘Unable to connect’ error arises while trying to import data into Power BI Desktop
Solution: Whitelist Authentication.
Whitelisting Authentication include 3 steps:
Shutdown Jira
Modify web.xml
Start Jira
Shutdown Jira
Make sure Jira is shut down.
web.xml file exists in the following location (note, JIRA_INSTALL by default is set to the /opt/atlassian/jira/atlassian-jira/ directory): JIRA_INSTALL/WEB-INF/
Modify web.xml
Modify the web.xml file, add the following strings to the filter org.jasig.cas.client.authentication.AuthenticationFilter:
<init-param>
<param-name>ignorePattern</param-name>
<param-value>plugins/servlet/biconnect/odata</param-value>
</init-param>
<init-param>
<param-name>ignoreUrlPatternType</param-name>
<param-value>CONTAINS</param-value>
</init-param>
Start Jira
In case you need more information please visit INTEGRATING JIRA AND SSO USING CAS page.
Related content
How to export data using Atlassian SSO and Entra ID (Microsoft Azure Active Directory) IdP
How to export data using Atlassian SSO and Entra ID (Microsoft Azure Active Directory) IdP
Read with this
Administrator Guide
Administrator Guide
Read with this
While trying to connect I get the following error: Access to the resource is forbidden
While trying to connect I get the following error: Access to the resource is forbidden
Read with this
Installation Guide
Installation Guide
Read with this
How to connect with SSO enabled
How to connect with SSO enabled
Read with this
How to Export Data into Microsoft Power BI
How to Export Data into Microsoft Power BI
Read with this