Download IG
The .zip file unpacks into a /path/to/identity-gateway-2024.3.0
directory with the following content:
-
bin
: Start and stop executables -
classes
: Initially empty; used to install patches from ForgeRock support -
docker/Dockerfile
: Dockerfile and README to build an IG Docker image -
legal-notices
: Licenses and copyrights -
lib
: IG and third-party libraries
-
Create a local installation directory for IG. The examples in this section use
/path/to
.The installation directory should be a new, empty directory. Installing IG into an existing installation directory can cause errors. -
Download
IG-2024.3.0.zip
from the ForgeRock BackStage download site, and copy the .zip file to the installation directory:$ cp IG-2024.3.0.zip /path/to/IG-2024.3.0.zip
-
Unzip the file:
$ unzip IG-2024.3.0.zip
The directory
/path/to/identity-gateway-2024.3.0
is created.