• JSON Forms: Object data and intance methodes

    Dear all, to be honest I am feeling a little lost, working with Form Builder and even IDM 4.9 did not provide a huge step forward regarding it´s documentation. I know, there is a general documentation available on FormIO, but at least speaking…
  • FormIO: Variables versus hidden fields

    Hi, working with Support on an issue with a JSON-form in IDM 4.9, I received the hint not to use hidden text-fields to hide values, which are needed for the logic of the form, but to use the new hidden component for this purpose. Trying to use…
  • Workflows can't assign roles or resources to user object. (Applications 4.9)

    Hi, All other workflows function properly, but when a request assignment activity is involved, we get this error: 15:40:54.044 [WORKFLOW pool-1-workflow engine-ND-thread-7] ERROR com.microfocus.external.client.ExternalApplicationClient - [WORKFLOW]…
  • Userapplication ./configupdate.sh error saving configuration 4.8.5

    Hi, we have 2 identical sles 15 sp6 and installed UserApp wie bundleinstaller to 4.8.5. One server is properly working, the other is unable to save config values after hiting ok in configupdate.sh Im able to connect to eDir in configupdate after…
  • IDM 4.8.7 - Forms - dynamic Entity - localizedName

    Hello, IDM version 4.8.7 (Forms version ->The version that came with IDM 4.8.7 as an optional one) I have a Dynamic Entity as a component. There I have stored a localizedString as display value. However, it only ever takes the English translation and…
  • IG Approvals tab with CORS error

    Hi all. I'm running IG 4.3.1 and IDM 4.9.0. Single sign on is working fine for IG and IDM, WF console also working fine in IG. All provisioninng configuration is done and also working fine. accessreview.utopia.lab is IG and identitymanagement.utopia…
  • Error loading roles and groups information through Userapp

    Hi, I have a couple of errors on the UserApplication when I try to get information on the user dashboard and on the groups pages Error loading roles dashboard: When we are trying to load the roles of the user on the dashboard we have this response…
  • NetIQ IDM User Application still able to login after password expired

    Hi, I'm currently facing issue where the user still able to login into User Application after password expired. From SSPR it will prompt me to reset password, but IDM user application did not prompt for reset password after password expired. Currently…
  • IDM 4.8.7 Applications crashed

    Dear all! My IDM 4.8.7 demo environment running on a SLES 15.2 server was working as expected until suddenly the webapps became available. Restarting tomcat is showing a strange fatal JAVA exception like the following example while starting - can…
  • Suddenly login to idapps fail - partly

    Hi, Since about yesterday perhaps, login to https://SERVERFDN:8543/idmdash fails... sort of This is seen in catalina.out INFO , event.AuditService, audit event: {"perpetratorID":"uaadmin","perpetratorDN":"cn=uaadmin,ou=sa,o=data","perpetratorLdapProfile…
  • IDM + AA for advanced authentication methods

    Has anyone implemented IDM Advanced + AA in order to get MFA for portal/SSPR login? Any thoughts to share?
  • Identity Applications - Permissions - Expiration Date empty

    Version: Identity Manager Dashboard version 4.8.7.0100 Hello, Hello, We have a problem with the correct display of role assignments that have an end date set. If a user wants to view this authorization assignment under "Access/Permission", the…
  • Identity Apps - Error badge component

    Hi, We have found lot of messages with error badge in the catalina.out log what is this mean? and how can we fix it? message error: 2024-01-24 18:03:57,923 ERROR [com.netiq.idm.workflow.client.WorkflowClientImpl] (https-jsse-nio-8543-exec-135…
  • identity application

    Hello, After settlement and acceptance of the Identity Application on a test infrastructure, does a solution exist to copy it to production with a limited adaptation ? regards
  • IDAPPS upgrade from 4.8 to 4.8.7

    Hello, I am upgrading IDM from 4.8 to 4.8.7 in Windows server 2022 environment. The upgrade is almost done, eDirectory, IDM server and PostgreSQL are successfully upgraded. My problem is with Identity Applications. Looking trough upgrade logs, everything…
  • Issue with Postgres IDM 4.8.7

    I have installed 4.8.7(SLES 15 SP5) in VM workstation. UserApp has stopped working post restarting the VM instanace due to below issue. Caused by: org.postgresql.util.PSQLException: Connection to 192.168.86.135:5432 refused. Check that the hostname…
  • View Role Approval Informationis no longer displayed in IDM 4.8.6

    We've upgraded from 4.8.3 to 4.8.6.0200 and noticed the View Role Approval Information is no longer available. The image below is from before the upgrade. Was this planned? It's not in any of the release notes. The only related change that I *might…
  • Split Code Map Refresh log in different trace log file

    Hello, community! Is there anyway to separate the logs once the code map refresh runs? If I'm not wrong, the AD driver does it by default, but others drivers don't. That's because everytime the code map refresh runs, some of our trace logs files,…
  • IDM and load balancing - trying open WFs with a wrong protocol

    Hello, I have IDM behind a load balancer. Tomcat on the IDM server is configured to HTTP only and SSL is activated on the load balancer (yes, I know it is not secure, but I have to deal with this task). The setup looks like this: DNS idm.acme…
  • IDM UserApplication behind a load balancer with SSL termination (SSL offloading)

    Hello guys, Do you have an experience with IDM UA or IG placed behind a load balancer/reverse proxy with SSL termination/offloading activated? Our customer wants to have UA behind a load balancer and the certificate should be implemented on the load…
  • Workflow not acessible - Bad Gateway

    Hello, community. I'm getting an error while trying to access the workflows in UserApplication I was checking the URL and I found that there is a missing "/" after the "forms". I am not sure if this is the error but there is nothing else in catalina…
  • Designer Timeout issue

    Updated Designer to 4.8.7. When trying to do deploy or compare I get the error message that edirectory can't be accessed. In the logs I see: !ENTRY org.eclipse.jface 4 0 2023-08-15 12:44:15.516 !MESSAGE Unhandled event loop exception during blocked…
  • New SSPR parameter with no controls?

    I noticed that IDM 4.8..0 brings a new parameter to ism-configuration.properties, which is com.netiq.sspr.logout.inform-at-authentication = true. Where in SSPR or identity Apps or configupdate.sh can I cahnve this value? How/where is this managed? …
  • Form Builder: How to use a jQuery library - datatables

    Hello, I was tasked with building a logbook of sorts. All entries have to be displayed in a table. Because thare are lots of entries the table needs pagination. You have to be able to search trough the entries and be able to sort them. Lastly you must…
  • IDM 4.8 Form Builder - onClick function to make components visible

    Hello, everyone! I'm trying to build a Workflow to create a new company. The workflow should have by default only two visible components: a EIN input and a validate EIN button. (1 - First picture) But, it will have other fields to register all…