English | Bokmål | Nynorsk | Sámegiella | Dansk | Deutsch | Svenska | Suomeksi | Español | Français | Italiano | Nederlands | Luxembourgish | Czech | Slovenščina | Lietuvių kalba | Hrvatski | Magyar | Język polski | Português | Português brasileiro | Türkçe | 日本語 | 简体中文 | 繁體中文 | русский язык | eesti keel | עִבְרִית | Bahasa Indonesia | Srpski | Latviešu

SAML 2.0 tjenesteudbyders metadata

Her er det metadata, som simpleSAMLphp har genereret. Du kan sende det til dem du stoler i forbindelse med oprettelsen af en føderation.

Du kan få metadata-xml her:

Metadata

I SAML 2.0 metadata xml-format:

<?xml version="1.0"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://accounts.google.com/o/saml2?idpid=C03qmercf">
  <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
    <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml2-logout.php/google"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml2-acs.php/google" index="0"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml1-acs.php/google" index="1"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml2-acs.php/google" index="2"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml1-acs.php/google/artifact" index="3"/>
  </md:SPSSODescriptor>
  <md:ContactPerson contactType="technical">
    <md:GivenName>Administrator</md:GivenName>
    <md:EmailAddress>admin@sothebysinstitute.com</md:EmailAddress>
  </md:ContactPerson>
</md:EntityDescriptor>

I simpleSAMLphp flat-file format - brug dette hvis du også bruger simpleSAMLphp i den anden ende;

$metadata['https://accounts.google.com/o/saml2?idpid=C03qmercf'] = array (
  'SingleLogoutService' => 'https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml2-logout.php/google',
  'AssertionConsumerService' => 
  array (
    0 => 
    array (
      'index' => 0,
      'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
      'Location' => 'https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml2-acs.php/google',
    ),
    1 => 
    array (
      'index' => 1,
      'Binding' => 'urn:oasis:names:tc:SAML:1.0:profiles:browser-post',
      'Location' => 'https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml1-acs.php/google',
    ),
    2 => 
    array (
      'index' => 2,
      'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact',
      'Location' => 'https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml2-acs.php/google',
    ),
    3 => 
    array (
      'index' => 3,
      'Binding' => 'urn:oasis:names:tc:SAML:1.0:profiles:artifact-01',
      'Location' => 'https://sso.sothebysinstitute.com/simplesaml/module.php/saml/sp/saml1-acs.php/google/artifact',
    ),
  ),
);