Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
de:shibidp:install [2023/01/05 11:06] – [Vorbereitung der IdP-Metadaten] NameID-Abschnitt entfernt. Maßgeblich ist eh, was in relying-party.xml steht. Silke Meyerde:shibidp:install [2023/01/05 11:50] – [Vorbereitung der IdP-Metadaten] Wolfgang Pempe
Zeile 190: Zeile 190:
          
     <!-- Protocol-Support für SAML2-Queries im Attribute Authority-Descriptor aktivieren -->     <!-- Protocol-Support für SAML2-Queries im Attribute Authority-Descriptor aktivieren -->
-    <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">+    <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
          
         ...         ...
                  
-        <AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="..."/> 
         <!-- SAML2-Attribute-Service einkommentieren -->         <!-- SAML2-Attribute-Service einkommentieren -->
         <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="..."/>         <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="..."/>
- 
-        <!-- die fehlenden NameID-Formate hinzufügen --> 
-        <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat> 
-        <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> 
-        <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> 
  
     </AttributeAuthorityDescriptor>     </AttributeAuthorityDescriptor>
  • Zuletzt geändert: vor 4 Tagen