RelationalDatabaseConnector with InputDataConnector

Cantor, Scott cantor.2 at osu.edu
Thu Jul 30 18:42:07 UTC 2020


On 7/30/20, 2:31 PM, "users on behalf of Joseph Fischetti" <users-bounces at shibboleth.net on behalf of Joseph.Fischetti at marist.edu> wrote:

>    Dependency is gone in 4.0 so I tried updating the code with <InputDataConnector ref=”myLDAP” attributeNames= #{ {‘foo’,'bar'} }"/>,

Actually it's not the data, it's syntax, that's not how you list them. These aren't Spring bean files, they can't process Spring expressions the way Spring XML files do. The attributeNames setting is just an XML list:

attributeNames="foo bar"

-- Scott




More information about the users mailing list