Porting advanced v2 resolver config to v3

Marvin Addison marvin.addison at gmail.com
Tue Feb 10 16:15:39 EST 2015


>
> The get() syntax should still work


Good, that's reassuring.

Is there any logging showing it feeding the dependency attributes into that
> connector?
>

I've got et.shibboleth.idp.attribute.resolver in TRACE but don't see
anything like that. I can see that uid is resolved with 1 value in the
dependency connector.

Not sure whether it's relevant, but I have another data connector that
depends on uid, computedID, and it's also not resolving any values:

2015-02-10 16:08:45,237 - DEBUG
[net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl:271] -
Attribute Resolver 'ShibbolethAttributeResolver':
Attribute definition 'uid' produced an attribute with 1 values
...
2015-02-10 16:08:45,325 - DEBUG
[net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl:309] -
Attribute Resolver 'ShibbolethAttributeResolver':
Resolving data connector computedID
2015-02-10 16:08:45,325 - DEBUG
[net.shibboleth.idp.saml.attribute.resolver.impl.AbstractPersistentIdDataConnector:131]
- Data Connector 'computedID': Sour
ce attribute uid for connector computedID provide no values
2015-02-10 16:08:45,326 - DEBUG
[net.shibboleth.idp.attribute.resolver.AbstractDataConnector:89] -
computedID no attributes were produced during resolution
2015-02-10 16:08:45,326 - INFO
[net.shibboleth.idp.attribute.resolver.AbstractResolverPlugin:191] -
Resolver plugin 'computedID' produced no value.
2015-02-10 16:08:45,327 - DEBUG
[net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl:330] -
Attribute Resolver 'ShibbolethAttributeResolver':
Data connector 'computedID' produced no attributes

Here's the definition of computedID:

  <resolver:DataConnector id="computedID" xsi:type="dc:ComputedId"
                          generatedAttributeID="computedID"
                          sourceAttributeID="uid"
                          salt="%{idp.persistentId.salt}" />

I can see that I don't have a Dependency element, which may be the cause in
that case.

M <users-unsubscribe at shibboleth.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20150210/5e3597de/attachment.html 


More information about the users mailing list