IG 2023.11

Download IG

The .zip file unpacks into a /path/to/identity-gateway 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

  1. 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.
  2. Download IG-2023.11.0.zip from the ForgeRock BackStage download site, and copy the .zip file to the installation directory:

    $ cp IG-2023.11.0.zip /path/to/IG-2023.11.0.zip
  3. Unzip the file:

    $ unzip IG-2023.11.0.zip

    The directory /path/to/identity-gateway is created.

Copyright © 2010-2023 ForgeRock, all rights reserved.