-
david_plexus replied to the topic Splitting ui-admin role of OpenIDM in ui-configuration in the forum Identity Management 5 years, 4 months ago
Hi,
Did you finally split de ui-admin?
Thx
-
david_plexus replied to the topic Variables used in Assignment events tab in the forum Identity Management 5 years, 4 months ago
I finally found the variables in onAssignment hook:
sourceObject
targetObject
existingTargetObject -
david_plexus started the topic Variables used in Assignment events tab in the forum Identity Management 5 years, 4 months ago
Hi,
I want to create conditions to specific users to apply the Assignment or not in the Assignments in events tab.
For example, there are some users in the same role but 1 of them I don’t want to let the assignment take effect for him.Wich are the variables that can be used in that hook?
Thx
-
david_plexus replied to the topic OpenIDM Jetty Fragment …. [FAILURE] in the forum Identity Management 5 years, 5 months ago
Hi,
Did you solve it?
Thx
-
david_plexus replied to the topic If one mapping fails, the others don't run in the forum Identity Management 5 years, 5 months ago
Hi @jake-feasel,
I’m trying to create a new topic but when I submit the topic it disappears.
-
david_plexus replied to the topic If one mapping fails, the others don't run in the forum Identity Management 5 years, 5 months ago
HI @jake-feasel,
I see this in 4.0 version and also in the 5.0-snapshot that is not actually in the web.
-
david_plexus replied to the topic If one mapping fails, the others don't run in the forum Identity Management 5 years, 5 months ago
HI Jake,
I see this in 4.0 version and also in the 5.0-snapshot that is not actually in the web.
-
david_plexus replied to the topic Connect with oracle (service name) in the forum Identity Management 5 years, 5 months ago
Hi,
You have to specify the service name in the url:
jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=x)(HOST=x))(CONNECT_DATA=(SID=<youSID>)))
-
david_plexus started the topic If one mapping fails, the others don't run in the forum Identity Management 5 years, 5 months ago
Hi,
I have several mappings from “managed/user” to “system/X” and the problem is if one of the mappings fails (because of a foreign key or an atribute contains “ilegal” characters on the resource) the following mappings don’t run and what I want is run all mappings even if one fails.
I’ve seen the compensate.json but it’s not what I want.