Skip to main content

The most recent patch for this version is 1.1.3.  Learn more  

Version: 1.1

Requirements

Authorization Domain Manager (ADM) can be downloaded as a distribution zip file, containing a pre-configured Docker-based installation, or as a single jar file to be run from the command line.

Java virtual machine

An official, production-ready release of the Java Development Kit (JDK) compatible with 64-bit Java SE 11 or Java SE 17.

Platforms

Authorization Domain Manager is a Java Virtual Machine application and should be expected to run on any platform for which an official, production-ready release of the appropriate Java Virtual Machine exists.

If the method of running ADM in a Docker container is chosen, the platform must be able to run Docker Engine and Docker Compose.

Memory requirements

512 MB minimum memory

Third-party software

If the method of running ADM in a Docker container is chosen, the following third-party software must be installed before installing ADM.

Docker Desktop

  • Docker Engine 20.10 or later
  • Docker Compose 1.28 or later

ADM 1.0 has been tested with Docker Engine 20.10 and Docker Compose 1.28.

Ports usage

The following TCP ports are currently used by ADM modules, and should be free to use in your operating system.

  • 8080
  • 8081

Key files

Some information needed for the installation will be provided separately by Axiomatics:

  • An Access key ID and a Secret access key to use as credentials for AWS CLI

ASM cannot be downloaded and installed without this information. Contact Axiomatics Customer SupportOpens in a new tab if you have not received it.

Preparing to install ADM

AWS CLI

Authorization Domain Manager is downloaded via AWS CLI.

  • If you have not already done so, install AWS CLI according to the instructions hereOpens in a new tab.

Downloading the file

ADM can be downloaded as a distribution zip file, containing a pre-configured Docker-based installation, or as a single jar file.

  1. To have the appropriate access to Axiomatics' downloads, you need to configure the AWS CLI account with the aws configure command, as explained hereOpens in a new tab. For this step, you will need an Access key ID and a Secret access key, which will be provided to you by Axiomatics.

  2. After configuring the AWS CLI account, run one of the following commands in the terminal to download either the ADM distribution zip file or the jar file:

ADM distribution zip file

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/authorization-domain-manager/authorization-domain-manager/1.1.3/authorization-domain-manager-1.1.3.zip authorization-domain-manager-1.1.3.zip
Important

Replace the version placeholders with the most recent available distribution.

This downloads the selected file to your computer.