NativeSP 2.5.5 Attribute Transforming
Cantor, Scott
cantor.2 at osu.edu
Fri Oct 23 17:22:24 EDT 2015
On 10/23/15, 5:11 PM, "users on behalf of O'Dowd, Josh" <users-bounces at shibboleth.net on behalf of Josh.O'Dowd at mso.umt.edu> wrote:
>Sorry, just an additional follow-up...
>
>I am seeing the following DEBUG entry in the shibd log:
>...applying transform from source attribute (uid) to dest attribute (differentName)
That happens at the top of the loop. It doesn't log anything of what it actually happens to match in the input values. So it's not matching any input value, basically.
>.. this from a config as follows
><AttributeResolver type="Transform" source="uid">
> <Regex match="^(.{8})" dest="differentName">$1</Regex>
></AttributeResolver>
>
>I am just not seeing "differentName" in the request.
See what /Shibboleth.sso/Session shows. I think it creates an empty Attribute object with no values on a non-match, so if you turn on the showAttributeValues option on the Session handler I'd be curious what it dumps. If it's showing an attribute in the session at least, that pretty much means nothing matched.
-- Scott
More information about the users
mailing list