[midPoint] ScriptedSQL and Account Intent

Loïc Schamber lschamber at serial.ch
Tue Feb 18 15:58:36 CET 2020


Hi everyone,

I am currently deploying midpoint and I am using the "ConnId com.evolveum.polygon.connector.scripted.sql.ScriptedSQLConnector v2.1"

I have to manage account for multiple custom application, but all those applications use on the same database to manage accounts.
So I have a table called USER_ACCOUNTS where the key composed of two fields : the name of the user and the name of the application. This table also have multiple other fields to store user data (Phone number, mail, ..)
If an user have multiple account, he will be inserted multiple time in this table with different applications names.
What I was planning to do is to use multiple account intents to allow an user having multiple account on the ScriptedSQL resource.
As the APP name is a field the database  table I also managed it as a schema attribute (app_name) and the outbound mapping of this attribute was the AppName. (Which is the same as the intent name)

It is working for the CreateScript.groovy as I get all the required attributes  to create the user but I have a problem with the Update and Delete scripts:
In the delete script, no user attributes are given except the user uid and in the update script, only the attributes that need to be updated are passed to the script. So I cannot retrieve the application name from the attribute (Which I did in the create script).
In the same way, I don't seems to be able to retrieve the intent on the scripts, so I can not use it either.

Is there a way to retrieve intent on the ScriptedSQL scripts, so I can use it to manage different account type in groovy scripts?

I also cannot use the DatabaseTable connector because I need to update multiple tables on the database when inserting an user.
I will add that I am not the one in charge of the database architecture and I am not able to change it.

Thanks for your help,

Loïc Schamber  | Junior IT Consultant

[logo]<https://www.serial.ch/>

lschamber at serial.ch<mailto:lschamber at serial.ch> |  +41 22 555 27 69<tel:+41%2022%20555%2027%2069>
Chemin du Pré-Fleuri 5 - CH 1228 Plan-les-Ouates
[LinkedIn]<https://www.linkedin.com/company/redcactus-by-positivethinkingcompany>  [Instagram] <https://www.instagram.com/positivethinkingcompany>
Redcactus by SERIAL www.serial.ch<www.serial.ch>
www.positivethinking.co

________________________________
Help save paper, do you really need to print this email?
The content of this email and any attachments are confidential and are intended solely for the person and/or company to whom they are addressed. The information may also be legally privileged. No employee or agent is authorized to conclude any binding agreement on behalf of SERIAL with another party by email without express written confirmation. If you have received this email in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by return E-mail and delete this message, its attachments and all copies from your system. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. Thank you for your cooperation.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20200218/576f5e31/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 6827 bytes
Desc: image001.png
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20200218/576f5e31/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 451 bytes
Desc: image002.png
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20200218/576f5e31/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 1129 bytes
Desc: image003.png
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20200218/576f5e31/attachment-0002.png>


More information about the midPoint mailing list