On JBoss EAP 7.x, SAML files generated using the SAML configuration page in MicroStrategy System Administration Guide are not created within the Strategy Library deployment folder:
/[path_to_jboss-eap]/standalone/deployments/StrategyLibrary.war/WEB-INF/classes/auth/SAML/stage
This behavior is JBoss-specific. The SAML configuration files are created in a different location.
/[path_to_jboss-eap]/modules/system/layers/base/org/jboss/as/ejb3/main/timers/auth/SAML/stage
IDPMetadata.xmlfile retrieved from the Identity Provider to the following location:
/[path_to_jboss-eap]/modules/system/layers/base/org/jboss/as/ejb3/main/timers/auth/SAML
For more information, see Deploying with JBoss (Windows) in the Installation and Configuration Guide.