IdP v4.3.1 - Resolver script access to SP metadata EntityAttributes

Cantor, Scott cantor.2 at osu.edu
Wed Feb 21 22:33:39 UTC 2024


> But this gives an error in my logs that "input" is not defined.

Attribute scripts aren't generic like the examples. The input type as the javadocs show is, as usual, a ProfileRequestContext.

Per the documentation:
https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199503289/ScriptedAttributeDefinition

"profileContext" is the variable that carries that in a scripted attribute definition, so that's the input argument.

-- Scott







More information about the users mailing list