How to invoke an authentication tree from onUpdate script hook?

Hi @KaranNayyar1,

You can do this with one the following methods:

  1. Use the external REST service : Access External REST Services :: IDM 7.3.1

  2. Use Scripted REST connector with Script On Resource - see https://community.forgerock.com/t/using-the-remote-connector-server-to-access-on-premises-apis-from-identity-cloud
    Look at this article from the point of view of how to use the script on resource operation. Then you can use openidm.action from the script with “system/<connector>” as the resource and passing the script on resource parameters

Regards
Patrick

1 Like