Identity Cloud

Use ESVs in scripts

Identity Cloud lets scripts access ESVs directly, without the need for you to restart Identity Cloud services or request a promotion first.

Ensure that your scripts use the full reference for ESVs; for example esv.my.variable not my.variable. Scripts with an incorrect reference can cause promotions to fail.

ForgeRock recommends that you establish a review and testing process for all scripts.

AM scripts

To access an ESV with the name esv-my-variable in an AM script, use:

systemEnv.getProperty("esv.my.variable")

For more information on using the systemEnv binding, refer to ESVs in scripts.

IDM scripts

To access an ESV with the name esv-my-variable in an IDM script, use:

identityServer.getProperty("esv.my.variable")

For more information on using the identityServer variable, refer to The identityServer variable.

Copyright © 2010-2024 ForgeRock, all rights reserved.