Adding attribute values in resolver
Cantor, Scott
cantor.2 at osu.edu
Tue Jun 2 13:53:57 EDT 2015
On 6/2/15, 1:47 PM, "users on behalf of Marvin Addison" <users-bounces at shibboleth.net on behalf of marvin.addison at gmail.com> wrote:
>1. Adding values to an existing attribute inside a scripted attribute definition. (Presumably doesn't work because I'm adding values to a copy, not the original.)
I believe so. A scripted definition produces a new attribute, it doesn't modify one. Just make the script copy the old values into the new one and add yours.
>2. Merging values from two attribute definitions into a third using dependencies.
That works, I know that for certain.
>I've had success with the latter when the dependencies are data connectors, but it doesn't appear to work when the dependencies are other attribute definitions.
Either should, by that time it's all just IdPAttributes.
-- Scott
More information about the users
mailing list