Schema Central > SAML 2.0 > saml-schema-metadata-2.0.xsd > md:IDPSSODescriptor
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

md:IDPSSODescriptor

Element information

Content

Attributes

NameOccTypeDescriptionNotes
ID [0..1]xsd:IDfrom type md:RoleDescriptorType
validUntil [0..1]xsd:dateTimefrom type md:RoleDescriptorType
cacheDuration [0..1]xsd:durationfrom type md:RoleDescriptorType
protocolSupportEnumeration [1..1]md:anyURIListTypefrom type md:RoleDescriptorType
errorURL [0..1]xsd:anyURIfrom type md:RoleDescriptorType
Any attribute[0..*]Namespace: ##other, Process Contents: laxfrom type md:RoleDescriptorType
WantAuthnRequestsSigned [0..1]xsd:boolean

Used in

Sample instance

<md:IDPSSODescriptor ID="ID" protocolSupportEnumeration="http://www.example.com/ http://www.example.com/">
   <ds:Signature>
      <ds:SignedInfo>
         <ds:CanonicalizationMethod Algorithm="http://www.example.com/">Any text, intermingled with:
            <!--any element-->
         </ds:CanonicalizationMethod>
         <ds:SignatureMethod Algorithm="http://www.example.com/">Any text, intermingled with:...
         </ds:SignatureMethod>
         <ds:Reference URI="http://www.example.com/">...
         </ds:Reference>
      </ds:SignedInfo>
      <ds:SignatureValue>GpM7</ds:SignatureValue>
      <ds:KeyInfo>Any text, intermingled with:
         <ds:KeyName>string</ds:KeyName>
      </ds:KeyInfo>
      <ds:Object>Any text, intermingled with:
         <!--any element-->
      </ds:Object>
   </ds:Signature>
   <md:Extensions>
      <!--any element-->
   </md:Extensions>
   <md:KeyDescriptor>
      <ds:KeyInfo>Any text, intermingled with:
         <ds:KeyName>string</ds:KeyName>
      </ds:KeyInfo>
      <md:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with:
         <xenc:KeySize>1</xenc:KeySize>
         <xenc:OAEPparams>GpM7</xenc:OAEPparams>
         <!--any element-->
      </md:EncryptionMethod>
   </md:KeyDescriptor>
   <md:Organization>
      <md:Extensions>
         <!--any element-->
      </md:Extensions>
      <md:OrganizationName xml:lang="en-US">string</md:OrganizationName>
      <md:OrganizationDisplayName xml:lang="en-US">string</md:OrganizationDisplayName>
      <md:OrganizationURL xml:lang="en-US">http://www.example.com/</md:OrganizationURL>
   </md:Organization>
   <md:ContactPerson contactType="technical">
      <md:Extensions>
         <!--any element-->
      </md:Extensions>
      <md:Company>string</md:Company>
      <md:GivenName>string</md:GivenName>
      <md:SurName>string</md:SurName>
      <md:EmailAddress>http://www.example.com/</md:EmailAddress>
      <md:TelephoneNumber>string</md:TelephoneNumber>
   </md:ContactPerson>
   <md:ArtifactResolutionService Binding="http://www.example.com/" Location="http://www.example.com/" index="1">
      <!--any element-->
   </md:ArtifactResolutionService>
   <md:SingleLogoutService Binding="http://www.example.com/" Location="http://www.example.com/">
      <!--any element-->
   </md:SingleLogoutService>
   <md:ManageNameIDService Binding="http://www.example.com/" Location="http://www.example.com/">
      <!--any element-->
   </md:ManageNameIDService>
   <md:NameIDFormat>http://www.example.com/</md:NameIDFormat>
   <md:SingleSignOnService Binding="http://www.example.com/" Location="http://www.example.com/">
      <!--any element-->
   </md:SingleSignOnService>
   <md:NameIDMappingService Binding="http://www.example.com/" Location="http://www.example.com/">
      <!--any element-->
   </md:NameIDMappingService>
   <md:AssertionIDRequestService Binding="http://www.example.com/" Location="http://www.example.com/">
      <!--any element-->
   </md:AssertionIDRequestService>
   <md:AttributeProfile>http://www.example.com/</md:AttributeProfile>
   <saml:Attribute Name="string">
      <saml:AttributeValue>any content</saml:AttributeValue>
   </saml:Attribute>
</md:IDPSSODescriptor>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com