Shibboleth IDP3 Installer Metadata Generation Questions
Andrew Klaus
andrew.klaus at cybera.ca
Thu Jun 16 19:25:21 EDT 2016
Hi guys,
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.
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.
This is a snip of 2 with port 8443 appended, while the bottom one does not
have port 8443 appended.
<ArtifactResolutionService
Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="
https://idp.domain:8443/idp/profile/SAML1/SOAP/ArtifactResolution"
index="1"/>
<ArtifactResolutionService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="
https://idp.domain:8443/idp/profile/SAML2/SOAP/ArtifactResolution"
index="2"/>
<SingleSignOnService
Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="
https://idp.domain/idp/profile/Shibboleth/SSO"/>
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?
<mdui:UIInfo>
<mdui:DisplayName xml:lang="en">A Name for the IdP at
idp.domain</mdui:DisplayName>
<mdui:Description xml:lang="en">Enter a description of your
IdP at idp.domain</mdui:Description>
<mdui:Logo height="80" width="80">
https://idp.domain/Path/To/Logo.png</mdui:Logo>
</mdui:UIInfo>
Any help or pointers on this would be greatly appreciated.
Thanks in advance!
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160616/e4cce66c/attachment.html>
More information about the users
mailing list