Need design for access request

We have a requirement where user will select one value from FORM via dropdown , then select another value from form via dropdown.

Then these value 1 and value 2 based on the selected at the time of access request should be passed as a parameter in create account Stored proc.

Stored proc : insert into

(Fname,Lname,value1,value2).

Please suggest on this.

Currently we don’t have feasibility provisioning the form data into target system from SailPoint ISC.

Assuming your form is already developed with two input fields…then the next step in the workflow would be to submit an access request for a dummy entitlement, with clientMetadata:

clientMetadata would hold the field1value and field2value.

Then, in the (1) JDBC Provisioning Rule, and then (2) fetch the clientMetadata…and handle the rest of your statement handling from there. (If dummy entitlement is in the request…then do this other thing instead)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.