[extensions COMMIT] in /QuickInstallShib2/trunk/ShibConfig: Metadata-tmpl/idp-metadata.xml conf-tmlp/handler.xml conf...

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 6 06:04:25 EDT 2014


Author: rdw
Date: Wed Aug  6 06:04:24 2014
New Revision: 362

URL: http://svn.shibboleth.net/view/extensions?rev=362&view=rev
Log:
SIDP-594 Merge forward 2.4.0 changes to stored config

Modified:
    QuickInstallShib2/trunk/ShibConfig/Metadata-tmpl/idp-metadata.xml
    QuickInstallShib2/trunk/ShibConfig/conf-tmlp/handler.xml
    QuickInstallShib2/trunk/ShibConfig/conf-tmlp/relying-party.xml

Modified: QuickInstallShib2/trunk/ShibConfig/Metadata-tmpl/idp-metadata.xml
URL: http://svn.shibboleth.net/view/extensions/QuickInstallShib2/trunk/ShibConfig/Metadata-tmpl/idp-metadata.xml?rev=362&r1=361&r2=362&view=diff
==============================================================================
--- QuickInstallShib2/trunk/ShibConfig/Metadata-tmpl/idp-metadata.xml (original)
+++ QuickInstallShib2/trunk/ShibConfig/Metadata-tmpl/idp-metadata.xml Wed Aug  6 06:04:24 2014
@@ -27,6 +27,12 @@
         <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
                                    Location="https://$IDP_HOSTNAME$$SSO_PORT$/idp/profile/SAML2/SOAP/ArtifactResolution" 
                                    index="2"/>
+                                   
+        <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://$IDP_HOSTNAME$$BROWSER_PORT$/idp/profile/SAML2/Redirect/SLO" />
+        
+        <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://$IDP_HOSTNAME$$BROWSER_PORT$/idp/profile/SAML2/POST/SLO" />
+        
+        <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://$IDP_HOSTNAME$$SSO_PORT$/idp/profile/SAML2/SOAP/SLO" />
                                    
         <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
         <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
@@ -71,4 +77,4 @@
         
     </AttributeAuthorityDescriptor>
     
-</EntityDescriptor>    
+</EntityDescriptor>    

Modified: QuickInstallShib2/trunk/ShibConfig/conf-tmlp/handler.xml
URL: http://svn.shibboleth.net/view/extensions/QuickInstallShib2/trunk/ShibConfig/conf-tmlp/handler.xml?rev=362&r1=361&r2=362&view=diff
==============================================================================
--- QuickInstallShib2/trunk/ShibConfig/conf-tmlp/handler.xml (original)
+++ QuickInstallShib2/trunk/ShibConfig/conf-tmlp/handler.xml Wed Aug  6 06:04:24 2014
@@ -68,6 +68,39 @@
         <ph:RequestPath>/SAML2/SOAP/ECP</ph:RequestPath>
     </ph:ProfileHandler>
 
+    <ph:ProfileHandler xsi:type="ph:SAML2SLO" inboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
+                       outboundBindingEnumeration="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact">
+        <ph:RequestPath>/SAML2/Redirect/SLO</ph:RequestPath>
+    </ph:ProfileHandler>
+
+    <ph:ProfileHandler xsi:type="ph:SAML2SLO" inboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
+                       outboundBindingEnumeration="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact">
+        <ph:RequestPath>/SAML2/POST/SLO</ph:RequestPath>
+    </ph:ProfileHandler>
+
+    <ph:ProfileHandler xsi:type="ph:SAML2SLO" inboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" 
+                       outboundBindingEnumeration="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
+                                                   urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact">
+        <ph:RequestPath>/SAML2/POST-SimpleSign/SLO</ph:RequestPath>
+    </ph:ProfileHandler>
+
+    <ph:ProfileHandler xsi:type="ph:SAML2SLO" inboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
+                       outboundBindingEnumeration="urn:oasis:names:tc:SAML:2.0:bindings:SOAP">
+        <ph:RequestPath>/SAML2/SOAP/SLO</ph:RequestPath>
+    </ph:ProfileHandler>
+    
+    <ph:ProfileHandler xsi:type="ph:SAML2SLO" inboundBinding="urn:mace:shibboleth:2.0:profiles:LocalLogout">
+        <ph:RequestPath>/Logout</ph:RequestPath>
+    </ph:ProfileHandler>
+    
     <ph:ProfileHandler xsi:type="ph:SAML2AttributeQuery" inboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" 

[... 55 lines stripped ...]


More information about the commits mailing list