NativeSP 2.5.5 Attribute Transforming

O'Dowd, Josh Josh.O'Dowd at mso.umt.edu
Fri Oct 23 17:24:45 EDT 2015


Thanks,

I'll do that, and keep tinkering...  I'll follow up with you next week.

-Josh

-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Friday, October 23, 2015 3:22 PM
To: Shib Users <users at shibboleth.net>
Subject: Re: NativeSP 2.5.5 Attribute Transforming

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

--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list