Morten Lømo

Home Members Morten Lømo

Learn more about our upcoming Identity Summits

show less show more
Profile picture of Morten Lømo

@morten-lomogmail-com

active 5 years, 4 months ago
Points balance: 378 ♪
Rank: Morten Lømo
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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?

  • Profile picture of Morten Lømo

    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 =

  • Profile picture of Morten Lømo

    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();

  • Profile picture of Morten Lømo

    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:

    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…
    [Read more]

  • Profile picture of Morten Lømo

    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:

    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…
    [Read more]

  • Profile picture of Morten Lømo

    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

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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

  • Profile picture of Morten Lømo

    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

  • Profile picture of Morten Lømo

    Morten Lømo's profile was updated 6 years, 3 months ago

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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]

  • Profile picture of Morten Lømo

    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
Profile Photo pavan_200 Profile Photo nc

Search the forums

Leaderboard

The leaderboard is based on our rockin' informal points system, read about it here.

Recent blog posts

  • Using an Authentication Tree Stage to Build a Custom UI with the ForgeRock JavaScript SDK February 26, 2020
  • Identity Workflow with AM using Zeebe and Cloud Functions February 19, 2020
  • IDM: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 23, 2020
  • DS: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
  • AM and IG: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
Visit our blog

Recent Topics

  • Handle exception in Node Patch Object
  • SP Initiated SSO – Unable to do sso or federation
  • Realm level access
  • How can I generate 32 bytes Random salt in js script
  • Bypass Login Page in Chain

©2022 ForgeRock - we provide an identity and access platform to secure every online relationship for the enterprise market, educational sector and even entire countries. Click to view our privacy policy and terms of use.

  • Blog
  • Documentation
    • OpenAM / Access Management
    • OpenDJ / Directory Services
    • OpenIDM / Identity Management
    • OpenIG / Identity Gateway
    • OpenICF / Open Connector Framework
    • Intro to Identity
  • Forums
    • General Discussion
    • ForgeRock Products
      • OpenAM
      • OpenIDM
      • OpenDJ
      • OpenIG
      • OpenUMA
    • DevOps
    • Internet of Things
    • Documentation
    • Groups
  • Twitter
  • Facebook
  • Linkedin
  • Youtube

Log in with your credentials

Lost your password?

Forgot your details?

I remember my details