SAML authentication is available only for Strategy Web. When an environment is protected by SAML, there might be issues when working with report filters.
When following the steps to reproduce, the UI might stop responding. It is due to Spring security filters that are underlying foundation for SAML integration.
The same manipulations on reports done in Developer will not reproduce the issue.
The interface does not react as expected due to security filters introduced with Spring Security filters. When SAML is enabled, the response headers will contain
X-Frame-Options DENY, which prevents frames from being displayed.
The issue has been fixed in Update 1 for Strategy 2019 (11.1) and further updates.
SpringSAMLConfig.xmlfile.
/opt/apache/tomcat/apache-tomcat-9.0.12/webapps/MicroStrategy/WEB-INF/classes/resources/SAML
<security:http>XML tag, include the following:
<security:headers> <security:frame-options disabled="true"> </security:frame-options> </security:headers>