Scripted Attribute

Cantor, Scott cantor.2 at osu.edu
Thu Jul 21 14:52:13 EDT 2016


> So I attempting to define my first scripted attribute for my test SP and I am
> getting this error in idp-process.log:

You're trying to access the attribute values as an array, and they're not. Accessing values involves the getValues() method on the IdPAttribute class, which returns a collection you have to call methods on. Shortcuts don't, in general, work. It's not that kind of scripting environment, it's bridging to real Java and you have to call real methods for the most part.

-- Scott



More information about the users mailing list