#springMessageText("idp.attribute-release.attributesHeader", "Information to be Provided to Service") | ||
---|---|---|
$encoder.encodeForHTML($attributeDisplayNameFunction.apply($attribute)) |
#foreach ($value in $attribute.values)
$encoder.encodeForHTML($value.getDisplayValue())
#end |
#if ($attributeReleaseFlowDescriptor.perAttributeConsentEnabled) #set ($inputType = "checkbox") #else #set ($inputType = "hidden") #end |