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…
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…
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.
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…
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…
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…
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…
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…
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…
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…
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…
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"><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…
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…
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
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…
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…
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…
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…
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…
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…
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…
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…
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 -…