Oracle Derived Attributes
Chad La Joie
lajoie at itumi.biz
Mon Oct 10 16:01:58 BST 2011
It's a namespace issue. You either need to follow the examples in the
documentation or understand what you're doing and why you aren't
following them.
In particular, the example in the documentation starts with:
<resolver:DataConnector xsi:type="dc:RelationalDatabase"
xmlns="urn:mace:shibboleth:2.0:resolver:dc"
Note the extra "xmlns" attribute that your config doesn't have?
So, either add that and remove the "dc:" prefix of child elements or
don't add that and add the "dc:" prefix to <Column> element.
On Mon, Oct 10, 2011 at 10:53, Chuck Kimber <chuck.kimber at usu.edu> wrote:
> I guess I'm going to have to ask for further enlightenment.
>
> On Mon, Oct 10, 2011 at 12:19 AM, Peter Schober <peter.schober at univie.ac.at>
> wrote:
>>
>> > <Column columnName="BANNERUSERNAME" attributeID="bUser"
>> > type="String" />
>
>
>>
>> You're missing the xml namespace prefix on the Column element:
>
>
> I don't find anything in the docs I've reviewed here that suggest I'm
> missing any attribute of the column element:
> #6
> https://wiki.shibboleth.net/confluence/display/SHIB2/ResolverRDBMSDataConnector
>
> And looking at the underlying constructor, it doesn't seem there are any
> more arguments needed, but I am running IdP 2.2.x so maybe it's changed and
> I haven't found the right doc for that yet...
> http://shibboleth.internet2.edu/javadocs/2.1.3/apidocs/edu/internet2/middleware/shibboleth/common/attribute/resolver/provider/dataConnector/RDBMSColumnDescriptor.html
>
> Maybe Column isn't my problem to begin with. What would cause the attribute
> to get stripped out of the return at the last minute? If the SP isn't
> asking for that attribute correctly, would that cause the IdP to drop it?
>
> 16:11:58.277 - DEBUG [edu.internet2.middleware.
> shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringEng
> ine:104] - Removing attribute from return set, no more values: bUser
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
--
Chad La Joie
www.itumi.biz
trusted identities, delivered
More information about the users
mailing list