sorry i mean to say Tshirt Size , the example you mentioned in the video. hw to send that to any Target ( for ex AD) , what are all the changes we have do ?
For privisioning you have to create privisioning plans. iiq understands plan and then compiles it.
So you have to pass t-shirt size in request attribute of provisioning plan for AD ( t shirt size is not a default attribute of AD so expecting your AD administrator has created the attribute in AD)
In Quicklink tag there is a field called action , I can see there are different names for different quicklink for action , what is use of Action and Do you know how many types we can specify in IIQ?
5 Comments
Hi, How to send Tsize data to Target(for ex AD)
The main job of an IDM tool is to provision/ de-prov the account and access of an identity. Sending Terabytes of data is not scope of any IDM tool. With scope I mean, you wont find any OOTB methods which is just for sending Terabytes of data, so of course you have to write custom Java code.
you can get code to connect to AD with java like this, https://stackoverflow.com/questions/8551809/how-to-connect-with-java-into-active-directory
or this
https://www.javacodegeeks.com/2015/06/integrating-active-directory-from-java.html
Since you are asking about AD, so you can also make use of Powershell which is really powerful tool for AD.
sorry i mean to say Tshirt Size , the example you mentioned in the video. hw to send that to any Target ( for ex AD) , what are all the changes we have do ?
For privisioning you have to create privisioning plans. iiq understands plan and then compiles it.
So you have to pass t-shirt size in request attribute of provisioning plan for AD ( t shirt size is not a default attribute of AD so expecting your AD administrator has created the attribute in AD)
In Quicklink tag there is a field called action , I can see there are different names for different quicklink for action , what is use of Action and Do you know how many types we can specify in IIQ?