From db596981a25d3b332c51faae09c22dc55b90c7ff Mon Sep 17 00:00:00 2001 From: Rolain Djeumen Date: Wed, 23 Oct 2024 12:02:58 +0100 Subject: [PATCH] chore: moved multivalued attribute fix to 4.4.0 Signed-off-by: Rolain Djeumen --- .../shibboleth3/idp/attribute-resolver.xml.vm | 43 +++++++++++++++++-- 1 file changed, 39 insertions(+), 4 deletions(-) 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