Skip to main content

Posts

Showing posts from April, 2020

NETIQ IDM - Boost strap your start with identity application REST API

Boost strap your start with identity application REST API: If you want to play out with NetIQ rest API within identity application (IDMProv), you can see a few examples here: these are the rest API protected by Oauth2 Authorization (resource owner password credentials grant): The first step is to obtain token: ( you must have enabled client "rbpm" in the OSPF for the resource owner password credential grant) flow: An example is taken in c#: (postman) Get an access token: var client = new RestClient("https://<your host>/osp/a/idm/auth/oauth2/grant"); client.Timeout = -1; var request = new RestRequest(Method.POST); request.AddHeader("Content-Type", "application/x-www-form-urlencoded"); request.AddHeader("Authorization", "Basic Basic bas64 encoded string clientid<rbpm>:clientsecret>"); request.AddHeader("Content-Type", "application/x-www-form-urlencoded"); req

NetIQ IDM - How to read String type data from Query nodeset done from command transformation

Suppose  query nodeset: <do-set-local-variable name="local.sub.etp.q.User" scope="policy"> <arg-node-set> <token-query class-name="User" scope="entry"> <arg-match-attr name="CN"> <arg-value type="string"> <token-src-attr class-name="User" name="CN"/> </arg-value> </arg-match-attr> </token-query> </arg-node-set> </do-set-local-variable> Output: <nds dtdversion="3.0"> <source> <product build="20180222_0635" version="1.0.0.2">Identity Manager REST Driver</product> <contact>NetIQ Corporation.</contact> </source> <output> <status event-id="0" level="success" type="driver-general"> <operation-data prop.pub.itp.matac