• Modify users with REST driver

    I am trying to understand how to use the REST driver functionalities. Have a case where I want to update current users in IDM with data from an API ednpoint. To do that I setup the Publish channel to recieve data from the API. I can recive the data…
  • Integraring google workplace with IDM using the REST driver

    Hi. We are trying to connect to google workspace using the rest driver but trying to manage the OAUTH2 login so far has been not successful using the "Generate Bearer Token" option (As far as I understand this is not possible because google require…
  • Rest Driver - simulator - rs:jsonToXDS

    Hi, I remember reading somewhere what to do to be able to use Simulator with rs:jsonToXDS, but I forgot where it was and what it was. Anyone remember what .jar to copy to where, to get it to work ? Thanks.
  • Rest drivers are not starting

    Hi, Post patch update on Linux server Rest drivers are not starting. Below is the error. Please help. Message: Code(-9010) An exception occurred: java.lang.NoClassDefFoundError: Could not initialize class org.apache.http.conn.ssl.SSLConnectionSocketFactory…
  • Possible bug in REST Driver after POST

    Dear Forum User, I am a little confused, implementing a REST driver (in IDM 4.8.7), and found possibly a bug! So far I succesfuly send several REST Requests utilizing the GET and PUT methods, and after sorting a few things out, I received, what…
  • REST Driver Converting response JSON to Instance

    Dear forum, after getting the custom REST request working, I am wondering, if there is some undocumented function available, to convert JSON array to several XDS instances. Given the following REST response: <nds dtdversion="3.0"> <source> <product…
  • Rest Driver and Resource Handler

    Dear all, I tough I understood the concept of the REST driver, but I do not get it to work with a custom Ressource defined. Sine the API I am working with needs some other parameters in the URL, I defined a new Resource for the class/schema to be…
  • REST Driver using ODATA

    Hi, I have the challenge to deploy a REST diver for an API which is following the ODATA 4.0 specification. My first impressions were, this would not be a big problem, since the URL, header and payload send by the driver can be highly customized…
  • Using the REST Driver for importing user-data from an API

    Hi, I am tying to use the REST Driver to import user-data from a REST-API to the identity-vault by using a bearer token. But when reading through the documentation I cannot really locate any information on how to do this. Does anyone know if this is…
  • NetIQ Rest Driver Authorization Query Options handling of string with substring values ~~ translated into GCV any fix?

    Hello We have created NetIQ Rest driver, which has authentication method 2.0 with Authorization query options client_secret, if i add any string value for example => eZk8Q~AaVo2rVk3BivI1h2~0vH3y-dMT~hE0HcDI this string considered a GCV because of…
  • Creating Technical Roles in IGA through IDM Drivers

    Hello, community. The scenario is: IGA is being implemented in a customer and all solicitations, Request and Revoke, will be made through Access Request module. We would like to automatize the process of creating Technical Roles as much as possible…
  • how to retrieve the response ?

    The following is the code that I have in the REST Driver in the subscriber channel. It returns the valid response. Code : <do-set-local-variable name="varCommand" scope="policy"> <arg-node-set> <token-xml-parse> <token-text xml:space="preserve">&lt;driver…
  • Change "modify" events in REST Driver

    Hello, comunity! I'm implementing a REST driver to control user life cycle in an appliaction. My Add operation works fine, but the modify one is not. I've configured the driver parameters with the <association> in URLExtension and the driver itself…
  • IDM vs IGA creating account in Rest Endpoint

    Hello, community. I'm working in a requirement where we have to create Users in an application using a REST API. Usually I prefer to create accounts by IDM Rest Drivers and use IGA for Governance and Certifications only. But seems like we are migrating…
  • REST Driver - authentication to AWS (IAM/Identity Store)

    Hi, Have anyone done anything with the REST Driver and AWS Identity Store (IAM) ? I am especially thinking about the very amazonian way of authentication. Thanks, Casper
  • TID “REST driver does not return the correct response”: Any ideas/enhancements here?

    Dear community, regarding TID “REST driver does not return the correct response”: https://portal.microfocus.com/s/article/KM000012980?language=en_US Has anyone a “work around” / enhancement in place for the very limited possibilities to return status…
  • Bad Request During Entitlement Query for REST Driver

    Hi, I am running a Custom Entitlement configured for REST Driver in a IDM 4.8.6 environment. During an Entitlement Quest for a Group Class, I am getting the Bad Request returned. The REST API URL is https://x.x.x.x:8443/adama/rest/userGroupGet with…
  • Adding object in eDir using a query to REST EndPoint

    Hello, community! I'm working in a Rest Driver application that I have to fetch data from there twice a day. I've created a scheduled job to run an fetch the data. It's working fine and I'm able to retrieve users information that I need. I have created…
  • Rest Driver - Send simple command in REST BODY

    Hello, community. I'm having some issues to implement a REST Driver. I've implemented rest drivers before but this is a trick one... and somehow I guess it is the easier one :) . We'll use this REST driver to import data from a REST API. The issue…
  • REST Driver Driver Operation Data

    Hi, I am trying to figure out how to write Driver Operation Data part for using Entitlement, as my understanding the existing payload generated via the XDS to JSON part make not meet the requirement. So I would need to write my own policy to handle…
  • Develop a REST driver for a custom made rest application

    Hi, I currently started to learn the NetIQ Identity Manager solution but I already know how other solutions like IBM Verify Identity Manager works and worked during many years with them so right now I am trying to wrap my heard around to the way NetIQ…
  • Check resource grated already for a user in driver policy/rule

    Hi, I have a requirement in a REST driver. The REST driver make a call to 3rd party REST API and gets the users list. After that the users need to be added to resource in IDM, the resource has an associated group in AD. The REST API call need to…
  • REST Driver - ARIBA - How to add the user in the REST call

    Hello, team. I'm currently creating a REST driver to connect with SAP-ARIBA. AS per the swagger that ARIBA team shared with me, I should use something similar to: I have configured the Resource on the DriverParameters / Subscriber option but I'm not…
  • REST Driver response in trace

    Hello Is there a way to not show the response from a restservice in the drivertrace? Thanks
  • Help with REST Driver JSON nested objects parsing

    Hi, I'm struggling to find a way to parse this JSON (returned by iTop REST API) - see below. I send a query to iTOP asking for Server class object named "Server3", and since there are two objects there with the same name Server3 (different id's -…