Skip to main content
Skip table of contents

EncryptedAttribute

Description

Attribute catalog

The service provider's service certificate that is included in the service catalogue MUST be used for encryption. A level of assurance is also passed for each EncryptedAttribute. A cipher value is included in the encrypted attribute. This cipher value contains the encrypted value of the request attribute that is encrypted with the key of the DV in the service catalogue.

Example

Example attribute metadata

XML
<saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
				Name="urn:etoegang:1.9:attribute:FirstName"
				xmlns:ext="urn:oasis:names:tc:SAML:attribute:ext"
				ext:LastModified="2014-7-23T7:34:00Z" 
				ext:OriginalIssuer="urn:etoegang:1.9:attribute-sourceid:NLWID">
	<saml:AttributeValue xsi:type="xs:string">Maurice</saml:AttributeValue>
 </saml:Attribute>

Example of a multivalued attribute:

Example multivalued attribute metadata

XML
<saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
                Name="urn:etoegang:1.9:attribute:Bankaccount" 
				xmlns:ext="urn:oasis:names:tc:SAML:attribute:ext"
				ext:LastModified="2014-7-23T7:34:00Z" 
				ext:OriginalIssuer="urn:etoegang:1.9:attribute-sourceid:0000000012312123100">         
    <saml:AttributeValue xsi:type="xs:string">NL91INGB0006481668</saml:AttributeValue>        
    <saml:AttributeValue xsi:type="xs:string">NL91INGB0003712814</saml:AttributeValue>
    <saml:AttributeValue xsi:type="xs:string">NL91INGB0006481665</saml:AttributeValue>
</saml:Attribute>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.