DisplayName in Attribute Consent

Tom Zeller tzeller at dragonacea.biz
Mon Feb 19 16:58:19 EST 2018


> A1) ll the attributes have the DisplayName appearing on the attribute consent page (idp3.3.3) --- however the following is listing as 'mail' -- not the expected 'Email Address' -- anything missed below, that we are not seeing?

Looks ok to me.

> 2) Is there  thepossibility of a 3rd column showing the 'DisplayDescription’?

Add

 <td>$encoder.encodeForHTML($attributeDisplayDescriptionFunction.apply($attribute))</td>

near

 <td>$encoder.encodeForHTML($attributeDisplayNameFunction.apply($attribute))</td>

in idp.home/views/intercept/attribute-release.vm

>  <resolver:AttributeDefinition xsi:type="Simple" id="mail" xmlns="urn:mace:shibboleth:2.0:resolver:ad" sourceAttributeID="mail">
>              <resolver:Dependency ref="dataConnectMailCampus" />
>              <resolver:DisplayName xml:lang="en">Email Address</resolver:DisplayName>
>                 <resolver:DisplayDescription xml:lang="en">Campus Email Address</resolver:DisplayDescription>
>              <resolver:AttributeEncoder xsi:type="SAML2String" 
>                                  xmlns="urn:mace:shibboleth:2.0:attribute:encoder" 
>                                  name="urn:oid:0.9.2342.19200300.100.1.3" 
>                                  friendlyName="mail" />
>        </resolver:AttributeDefinition>



More information about the users mailing list