SAML 2.0 SP Metaadatok
Ezeket a metaadatokat a SimpleSAMLphp generálta. Ezt a dokumentumot küldheti el föderációs partnerei számára.
A következő címről töltheti le a metaadatokat:
https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/metadata.php/teremfoglalo
Metaadatok
SAML 2.0 XML formátumban:
<?xml version="1.0"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/metadata.php/teremfoglalo"> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol"> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-logout.php/teremfoglalo"/> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-logout.php/teremfoglalo"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-acs.php/teremfoglalo" index="0"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml1-acs.php/teremfoglalo" index="1"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-acs.php/teremfoglalo" index="2"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml1-acs.php/teremfoglalo/artifact" index="3"/> </md:SPSSODescriptor> <md:ContactPerson contactType="technical"> <md:GivenName>Szalai</md:GivenName> <md:SurName>István</md:SurName> <md:EmailAddress>mailto:szalai.istvan@pte.hu</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor>
SimpleSAMLphp fájl formátumban - akkor használható, ha a másik oldalon SimpleSAMLphp van:
$metadata['https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/metadata.php/teremfoglalo'] = array ( 'SingleLogoutService' => array ( 0 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', 'Location' => 'https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-logout.php/teremfoglalo', ), 1 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP', 'Location' => 'https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-logout.php/teremfoglalo', ), ), 'AssertionConsumerService' => array ( 0 => array ( 'index' => 0, 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', 'Location' => 'https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-acs.php/teremfoglalo', ), 1 => array ( 'index' => 1, 'Binding' => 'urn:oasis:names:tc:SAML:1.0:profiles:browser-post', 'Location' => 'https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml1-acs.php/teremfoglalo', ), 2 => array ( 'index' => 2, 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact', 'Location' => 'https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml2-acs.php/teremfoglalo', ), 3 => array ( 'index' => 3, 'Binding' => 'urn:oasis:names:tc:SAML:1.0:profiles:artifact-01', 'Location' => 'https://teremfoglalo.pte.hu/simplesaml/module.php/saml/sp/saml1-acs.php/teremfoglalo/artifact', ), ), 'contacts' => array ( 0 => array ( 'emailAddress' => 'szalai.istvan@pte.hu', 'contactType' => 'technical', 'givenName' => 'Szalai', 'surName' => 'István', ), ), );