<div dir="ltr">Hi!<div><br></div><div>I am on Midpoint 4.9.1 and I am trying to figure out developing a connector and getting to know the framework for connectors. I've studied several other connectors and their source code in the process.<div><br>I'm creating a basic connector for sqlite creating tables Users, Groups and UsersGroups (mapping table for group membership). I use the hibernate ORM for the database part.<br><br></div><div>As of now my connector is able to create the Users, and any roles (groups) are also created through entitlements in the 'Groups' table.<br><br></div><div>However, when I assign a user to a group the create() / executeQuery() / Update() and similar methods are triggered but I am not able to see anywhere a ref to a user ID or something similar that I can use in order to inject the UserId + GroupId into my "UsersGroups" table.</div></div><div><br></div><div>I am pretty sure I've set up the associations accordingly to the docs for 4.9.1.<br>What am I missing or not understanding?</div><div><br></div><div>Thanks for any advice and help.</div><div><br></div><div>Best regards,</div><div><br></div><div>Odd Beck</div></div>