diff --git a/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm b/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm index c23dfb470..bc1084566 100644 --- a/configuration/src/main/resources/META-INF/shibboleth3/idp/attribute-resolver.xml.vm +++ b/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