Hey Experts, Any Idea to send the email notification for password to Line Manager for newly created user in RACF? I can figure out many things related to AD after provisioning only. In case of RACF I am not getting any clues in Forum also.
Hey @Amol_B_Chaudhari !
I think your best option is to use a cloud rule as there are no connector rules for RACF. Use beforeprovisioning cloud rule and only execute on Create operation for your RACF source.
@kyle_knox Do you mean to say, Try to send the mail to line manager from beforeprovisioning rule? in this case it is highly impossible to fetch the password from plan. So other option remains like set the password in RACF through the rule and send the mail for the same, in this case also connecting to RACF is difficult as SailPoint try to connect to proxy of RACF and not the exact Server. Do you know any APIs of RACF which will set password?