diff --git a/oxTrust/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm b/oxTrust/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm index c23dfb47..bc108456 100644 --- a/oxTrust/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm +++ b/oxTrust/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm @@ -36,12 +36,47 @@ #if( $attribute.name.equals('eppnForNIH') ) - - + +#elseif( $resovlerParams.persistenceType.equals('sql') && $attribute.oxMultiValuedAttribute == false ) + + + +#elseif( $attribute.oxMultiValuedAttribute == false) + + + +#else + + + #end #end @@ -96,4 +131,4 @@ #end - + \ No newline at end of file