-
pinku started the topic openidm opendj data sync in the forum Identity Management 3 years, 8 months ago
Hi,
I have data sync from openidm to opendj and for few attributes from opendj to openidm. currently opendj confidentiality feature is disabled. If we enable that is going to impact data sync from DJ to Openidm. And another question can I sync opendj operational attributes to openidm ?
Thanks
-
pinku replied to the topic openidm 6 rest patch in the forum Identity Management 3 years, 9 months ago
Sorry, got the answer just pass as query parameter
curl
–header “X-OpenIDM-Username: openidm-admin”
–header “X-OpenIDM-Password: openidm-admin”
–header “Content-Type: application/json”
–request PATCH
–data ‘’
“http://localhost:8080/openidm/managed/user/27600b97-2981-4315-a02d-cbcc298375bf?sadasdasd=sadasdasdd” -
pinku started the topic openidm 6 rest patch in the forum Identity Management 3 years, 9 months ago
Hi, can anybody help me with the syntax for the rest patch to send the additionalParams.?
curl
–header “X-OpenIDM-Username: openidm-admin”
–header “X-OpenIDM-Password: openidm-admin”
–header “Content-Type: application/json”
–request PATCH
–data ”
“http://localhost:8080/openidm/managed/user/27600b97-2981-4315-a02d-cbcc298375bf”Regards
-
pinku replied to the topic OpenDJ 3.5.3 Json attribute in the forum Directory Services 3 years, 9 months ago
Thanks Ludo, figured that out :)
-
pinku replied to the topic OpenDJ 3.5.3 Json attribute in the forum Directory Services 3 years, 9 months ago
got this working with another version of the DJ.
Thanks
-
pinku replied to the topic OpenDJ 3.5.3 Json attribute in the forum Directory Services 3 years, 9 months ago
Thanks Jean for the reply, however I don’t find any matching def anywhere else.
-
pinku started the topic OpenDJ 3.5.3 Json attribute in the forum Directory Services 3 years, 9 months ago
Hi,
following https://ludopoitou.com/tag/directory-server/
when I start get the below error, any idea whats wrong
02/Nov/2018:20:02:06 +0000] category=CORE severity=NOTICE msgID=134 msg=OpenDJ Server 3.5.3 (build 20171116121322, revision number 24c471c8001795e857d3cf8981ca94b39222946a) starting up
category=CONFIG severity=WARNING msgID=174…[Read more]
-
pinku started the topic trigger workflow 6.0.0.2 in the forum Identity Management 3 years, 9 months ago
Hi,
I am triggering a workflow like below
openidm.create(‘workflow/processinstance’, null, params);
returns
{ “processInstanceId”: “851”, “processDefinitionId”: “myProcess:6:397”, “businessKey”: null, “_id”: “851”, “status”: “suspended” }this works fine. I need to pass my own id for the processinstance so I do like…[Read more]
-
pinku started the topic workflow assignment in the forum Identity Management 3 years, 10 months ago
Hi,
I have an opening setup to authenticate with external DJ with the passthrough auth module. Thats working fine. I have a managed role called manager, this gets assigned to the users authenticated with the ldapGroup manager.Thats looks like working fine. I have a workflow that assign the approval task to the group manager. The assignment to…[Read more]
-
pinku replied to the topic managed object array property in approval form in the forum Identity Management 3 years, 10 months ago
got this one “{{variables.address}}” give the value.
-
pinku started the topic managed object array property in approval form in the forum Identity Management 3 years, 10 months ago
Hi, I have created a managed object that has a property say address. Its an array with String objects inside. I have a created a workflow and able to read all the properties of the managed object to display them on the approval form except the array property. Any help on how can I display the array in xhtml approval form please.
-
pinku replied to the topic error message on ui in the forum Identity Management 3 years, 10 months ago
Thanks Jake, I will give it a go. Initial attempt didn’t work though.
-
pinku replied to the topic view managed objects in the forum Identity Management 3 years, 10 months ago
Thanks for the pointer Hansel, I will check that.
-
pinku started the topic error message on ui in the forum Identity Management 3 years, 10 months ago
Hi, I am throwing error from the onValidate method for managed object. This is indeed thrown back to the ui, this is when the managed object is created. however the custom message is not seen, how to achieve this, any help please.
using the below
[Read more]
throw {
"code": 403,
"message": "custom error message",
"detail" : {
"var":… -
pinku replied to the topic view managed objects in the forum Identity Management 3 years, 10 months ago
Thanks Bill, however this is not achieving what I want , when a user logs in to openidm ui using https://opeidm.example.com/#login/ , He is a normal managed user, I want that he can view other managed objects (managed/foo) on his dashboard. is it possible ? how ?
appreciate your help -
pinku started the topic view managed objects in the forum Identity Management 3 years, 10 months ago
Hi, I have created a new managed object say entity. I have created multiple records for it. How to give access to a normal user, so that he can view all the entity managed objects. How to achieve this ? any help please ?
-
pinku replied to the topic openam oauth client dynamic reg in the forum Access Management 3 years, 11 months ago
Do we know a way to populate client_secret_expires_at while registering oAuth client ?
-
pinku replied to the topic openam oauth client dynamic reg in the forum Access Management 3 years, 11 months ago
anybody, any idea please….
-
pinku replied to the topic openam oauth client dynamic reg in the forum Access Management 3 years, 11 months ago
Thanks William. Do you know where to set the default for oAuth 2 client lifetime itself so that it does not return 0 for “client_secret_expires_at” when I register the oAuth client dynamically, cant find it myself.
-
pinku replied to the topic openam oauth client dynamic reg in the forum Access Management 3 years, 11 months ago
Any help with this one please ?
- Load More