md:AttributeAuthorityDescriptor
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:metadata
Schema document: saml-2.0-os/saml-schema-metadata-2.0.xsd
Type: md:AttributeAuthorityDescriptorType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ds:Signature [0..1]
- md:Extensions [0..1]
- md:KeyDescriptor [0..*]
- md:Organization [0..1]
- md:ContactPerson [0..*]
- md:AttributeService [1..*]
- md:AssertionIDRequestService [0..*]
- md:NameIDFormat [0..*]
- md:AttributeProfile [0..*]
- saml:Attribute [0..*]
from type md:RoleDescriptorType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ID | [0..1] | xsd:ID | from type md:RoleDescriptorType | |
validUntil | [0..1] | xsd:dateTime | from type md:RoleDescriptorType | |
cacheDuration | [0..1] | xsd:duration | from type md:RoleDescriptorType | |
protocolSupportEnumeration | [1..1] | md:anyURIListType | from type md:RoleDescriptorType | |
errorURL | [0..1] | xsd:anyURI | from type md:RoleDescriptorType | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type md:RoleDescriptorType |
Used in
- Type md:EntityDescriptorType (Element md:EntityDescriptor)
Sample instance
<md:AttributeAuthorityDescriptor 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:AttributeService Binding="http://www.example.com/" Location="http://www.example.com/"> <!--any element--> </md:AttributeService> <md:AssertionIDRequestService Binding="http://www.example.com/" Location="http://www.example.com/"> <!--any element--> </md:AssertionIDRequestService> <md:NameIDFormat>http://www.example.com/</md:NameIDFormat> <md:AttributeProfile>http://www.example.com/</md:AttributeProfile> <saml:Attribute Name="string"> <saml:AttributeValue>any content</saml:AttributeValue> </saml:Attribute> </md:AttributeAuthorityDescriptor>