<div dir="ltr">Hi guys,<div><br></div><div>I'm in the process of creating Ansible playbooks to setup and configure Shibboleth.  I'm running into a couple of snags that I can't seem to find a solution to.</div><div><br></div><div>The idp-metadata.xml file that is generated by the installer is somehow getting port :8443 added to some of the Location URLs, but not in others.  I tried searching to see if it's an installer flag, but can't seem to find anything.</div><div><br></div><div>This is a snip of 2 with port 8443 appended, while the bottom one does not have port 8443 appended. </div><div><br></div><div><div><ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="<a href="https://idp.domain:8443/idp/profile/SAML1/SOAP/ArtifactResolution">https://idp.domain:8443/idp/profile/SAML1/SOAP/ArtifactResolution</a>" index="1"/></div><div><ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="<a href="https://idp.domain:8443/idp/profile/SAML2/SOAP/ArtifactResolution">https://idp.domain:8443/idp/profile/SAML2/SOAP/ArtifactResolution</a>" index="2"/></div><div><br></div><div><SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="<a href="https://idp.domain/idp/profile/Shibboleth/SSO">https://idp.domain/idp/profile/Shibboleth/SSO</a>"/></div><div><br></div></div><div><br></div><div><br></div><div>The second thing I'm trying to figure out is how to have the installer generate the DisplayName, Description, and Logo (and uncomment them) in the idp-metadata.xml file without having to update the file afterwards. Is there any way to do that?</div><div><br></div><div><div>            <mdui:UIInfo></div><div>                <mdui:DisplayName xml:lang="en">A Name for the IdP at idp.domain</mdui:DisplayName></div><div>                <mdui:Description xml:lang="en">Enter a description of your IdP at idp.domain</mdui:Description></div><div>                <mdui:Logo height="80" width="80"><a href="https://idp.domain/Path/To/Logo.png">https://idp.domain/Path/To/Logo.png</a></mdui:Logo></div><div>            </mdui:UIInfo></div></div><div><br></div><div>Any help or pointers on this would be greatly appreciated.</div><div><br></div><div>Thanks in advance!</div><div><br>Andrew</div></div>