When you attempt to export SAML2 Service Provider metadata using the SsoConfig utility in DX NetOps, the export fails. You see the following error in the terminal: Error while generating Service Provider metadata
Additionally, the SSOService.log or terminal output may contain: Service Provider ID can not be null or empty
saml.sp.metadata.entityId in the saml.properties file is configured with a full FQDN or an IP address, but the generator requires a shortname.cd /opt/CA/PerformanceCenter/sso/webapps/sso/configuration/saml.properties file for editing.saml.sp.metadata.entityId property and update it to the shortname of the server.saml.sp.metadata.entityId=####.ww.xx.yyy.zzzsaml.sp.metadata.entityId=####saml.sp.metadata.hostname property is set to the full FQDN of the Portal server.saml.sp.metadata.hostname=####.ww.xx.yyy.zzzSsoConfig utility./opt/ssometadata.xmlFor full SAML 2.0 configuration steps, refer to the documentation.