Skip to content

Commit

Permalink
Remove ce.gluu.info and replace with %(hostname)s from line 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris B authored Apr 17, 2018
1 parent b83e80d commit 3fec650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/idp3/metadata/idp-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ds:KeyInfo>
</KeyDescriptor>

<md:ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://ce.gluu.info/idp/profile/SAML2/SOAP/ArtifactResolution" index="1"/>
<md:ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://%(hostname)s/idp/profile/SAML2/SOAP/ArtifactResolution" index="1"/>

<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://%(hostname)s/idp/profile/SAML2/Redirect/SLO"/>
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://%(hostname)s/idp/profile/SAML2/POST/SLO"/>
Expand Down

0 comments on commit 3fec650

Please sign in to comment.