ERROR in LOGS IdPv3
John Morrison
john.morrison at uadm.uu.se
Tue Oct 4 09:46:13 EDT 2016
On Mon, 2016-09-26 at 09:08 -0400, Tom Zeller wrote:
> > intercept/terms-of-use:ivpe7397:kau-tou to
> > intercept/terms-of-use:Ivpe7397:kau-tou
> >
> > Looks like some case problem with the UID.
>
> Those storage keys are case sensitive, so principal names need to be
> too. You might need to c14n to lowercase, I believe there is a
> built-in transform for that.
>
> Tom
Hi Tom,
I set
<util:list id="shibboleth.c14n.attribute.AttributesToResolve">
<value>uid</value>
</util:list>
<util:list id="shibboleth.c14n.attribute.AttributeSourceIds">
<value>uid</value>
</util:list>
<util:constant id="shibboleth.c14n.attribute.Lowercase"
static-field="java.lang.Boolean.TRUE"/>
<util:constant id="shibboleth.c14n.attribute.Uppercase"
static-field="java.lang.Boolean.FALSE"/>
<util:constant id="shibboleth.c14n.attribute.Trim"
static-field="java.lang.Boolean.TRUE"/>
But it has made no difference.
//John
More information about the users
mailing list