-
Morten Lømo started the topic Workflow, Ajax, JQuery in the forum Identity Management 5 years, 4 months ago
Hi
I have made a workflow. The workflow starts with a Form (my own version of nUCStartForm.xhtml). The Form is such that the user fills in a few fields, then presses Next. Then a Ajax call fetches some data from the server side (OpenIDM), before the user fills in some more fields.The code looks like this:
var path =…
[Read more] -
Morten Lømo replied to the topic Workflow, two process definitions in the forum Identity Management 5 years, 10 months ago
When I try to delete the latter process definition, I get error message “Not found”:
curl –header “X-OpenIDM-Username: openidm-admin” –header “X-OpenIDM-Password: openidm-admin” –request GET “http://localhost:8080/openidm/workflow/processdefinition/accessRequest8:14:12811” | jq .
% Total % Received % Xferd Average Speed Time Time…[Read more] -
Morten Lømo started the topic Workflow, two process definitions in the forum Identity Management 5 years, 10 months ago
Hi
I´ve made a workflow with Eclipse and copied the .bar file to the workflow directory. When I start OpenIDM two process definitions are created as shown below:curl –header “X-OpenIDM-Username: openidm-admin” –header “X-OpenIDM-Password: openidm-admin” –request GET…[Read more]
-
Morten Lømo commented on the post, Delegated RBAC CRUD Via Workflow 5 years, 11 months ago
Also, where is “org/forgerock/commons/ui/main/ValidatorsManager”? Is it on the Internet? Or is it on my machine?
-
Morten Lømo commented on the post, Delegated RBAC CRUD Via Workflow 5 years, 11 months ago
Thanks so much for these examples. I believe I can learn a lot from them. In the createRoleForm.xhtml file there is this code:
(function() {
var v = -
Morten Lømo replied to the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
I forgot this at the beginning:
var xmlhttp = new XMLHttpRequest();
-
Morten Lømo replied to the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
Thanks for help. Here are some more details on what I am struggling with. I am able to do this curl command:
[Read more]
Mortens-iMac:samples Morten$ curl --header "X-OpenIDM-Username: openidm-admin" --header "X-OpenIDM-Password: openidm-admin" --request GET "http://localhost:8080/openidm/managed/tnsystem?_queryFilter=systemName+eq+'FHS'&_fields=rights" | jq… -
Morten Lømo replied to the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
Thanks for help. Here are some more details of what I am struggling with. I am able to do this curl command:
[Read more]
Mortens-iMac:samples Morten$ curl --header "X-OpenIDM-Username: openidm-admin" --header "X-OpenIDM-Password: openidm-admin" --request GET "http://localhost:8080/openidm/managed/tnsystem?_queryFilter=systemName+eq+'FHS'&_fields=rights" | jq… -
Morten Lømo replied to the topic Calling REST API from XHTML forms in the forum Identity Management 6 years, 2 months ago
I am also interested in the answer to this.
Morten
-
Morten Lømo replied to the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
Thanks for your help. But the openidm.read() function is for the server side, no? I also need something on the client side? The client side has received the form code (nUCStartForm.xhtml), which is a part of the workflow. It consists of both html and javascript code. Here I need to add som Ajax code or similar, if I am correct, so that after the…[Read more]
-
Morten Lømo replied to the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
Thanks for your help. But the openidm.read() function is for the server side, no? I also need something on the client side? The client side has received the form code (nUCStartForm.xhtml), which is a part of the workflow. It consists of both html and javascript code. Here I need to add som Ajax code or similar, if I am correct, so that after the…[Read more]
-
Morten Lømo replied to the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
Thanks for your help. But the openidm.read() function is for the server side, no? I also need something on the client side? The client side has received the form code (nUCStartForm.xhtml), which is a part of the workflow. It consists of both html and javascript code. Here I need to add som Ajax code or similar, if I am correct, so that after the…[Read more]
-
Morten Lømo started the topic How do I look up a manage/user from a workflow form in the forum Identity Management 6 years, 2 months ago
I have a workflow. It starts with a form (nUCStartForm.xhtml). The user types in a user, e.g. scarter. How do I lookup this user (scarter) in the managed/user repository in OpenIDM (on the server side) and return the details of this user (first name, last name, ..) to the same form file (nUCStartForm.xhtml) on the client side? Do I have to make an…[Read more]
-
Morten Lømo replied to the topic Searching in the Admin UI in the forum Identity Management 6 years, 3 months ago
Thanks. Let me take another example. If we take samples/workflow. After having reconciled the users, I have two users listed in the Admin-UI->MANAGE->USER UI: manager1 and user1. The columns that are shown are: USER NAME, FIRST NAME, LAST NAME, EMAIL ADDRESS and STATUS. Above each column there is a filter. Now I use the filter above LAST NAME. If…[Read more]
-
Morten Lømo replied to the topic Searching in the Admin UI in the forum Identity Management 6 years, 3 months ago
Thanks, but I´m interested in searching in the Admin UI, not with REST call. In the Admin UI I select the MANAGE menu, then USER. Here I see all my users. One of the columns in the UI (searchable property) is End Date. It is a string with syntax yyyy-mm-dd. Is there a way to filter on all users with End Date later than e.g. 2016-10-01?
Thanks
Morten -
Morten Lømo started the topic Searching in the Admin UI in the forum Identity Management 6 years, 3 months ago
I’m in the Managed objects UI in the Admin UI. One of my attributes is “End date”. It’s a string with syntax yyyy-mm-dd. Is it possible to search for all entries with End date after a certain date? (I have tried using the “>”-sign (e.g. “>2016-10-01”), but it doesn’t work).
Morten
-
Morten Lømo's profile was updated 6 years, 3 months ago
-
Morten Lømo replied to the topic Not found error in the forum Identity Management 6 years, 5 months ago
Hi
Thanks. No, I don´t see any errors in the log. When I select the mapping, nothing is logged. When I select “Reconcile Now”, this is logged:
INFO: OpenIDM ready
mar 03, 2016 8:28:24 PM org.forgerock.openidm.sync.impl.ObjectMapping doRecon
INFO: Performing source sync for recon fc1bdf49-fa33-4e46-baaa-a4565ba9b4f6-119 on mapping…[Read more] -
Morten Lømo started the topic NoSuchElementException in the forum Identity Management 6 years, 5 months ago
Hi
I have another csv mapping. When I try to reconcile, I get the following error:
Exception in thread “pool-4-thread-4” java.util.NoSuchElementException
at java.util.ArrayDeque.removeFirst(ArrayDeque.java:278)
at java.util.ArrayDeque.pop(ArrayDeque.java:507)
at…[Read more] -
Morten Lømo started the topic Not found error in the forum Identity Management 6 years, 5 months ago
Hi
I have a CSV mapping. When I select the mapping in the Admin-UI, I get “Not found error” in the UI. When I reconcile, the same “Not found error” appears. But still, the reconciliation works fine.
Any idea what this is or how I can debug it?
I´m using OpenIDM version “4.1.0-SNAPSHOT” (revision: bb770d4)
Thanks
Morten
- Load More