V2 to v3 Config change help
Cantor, Scott
cantor.2 at osu.edu
Thu Jan 26 16:56:13 EST 2017
> I believe the persistentid.store is set up correctly. At one point in the logs I
> saw a "table does not exist" error, and realized I didn't give the db account
> rights to it. After granting rights, the error went away, so pretty sure that's
> right.
There's no automation of the setup, that's all ancient database code we carried forward and you have to set up the table, and all that, and there are extensive notes around all the issues with it due to its age and bugs. The code itself is the same as what was used in the old Stored connector.
> But after someone authenticates to the IDP, I don't see any entries in the
> table.
You told it to use the computed persistent ID generation strategy (that's one of the properties). Just follow every step in the documentation if you want to use a database, it will tell you to change that property.
> The other bit I'm confused about, do I need an entry in attribute-
> resolver.xml for a persistentID entry? And if so, what Dependency reference
> do I give it now?
There's nothing in the resolver. Stored, Computed, Transient ID stuff, PrincipalConnectors, all gone.
-- Scott
More information about the users
mailing list