Skip to main content

Installation

Entrust Instant ID as a Service (IIDaaS) Issuance API client provides integrations with the IIDaaS Issuance API.

System Requirements

The following are the system requirements for the IIDaaS Issuance API client:

  • Java 8 or higher
  • Maven / Gradle

Install the Issuance API Client

The IIDaaS Issuance Java client is available from the IDaaS Maven repository. Add the following repository to your build tool configuration:
<repositories>
<repository>
<id>idaas-releases</id>
<url>https://entrust.us.trustedauth.com/packages/client/java</url>
</repository>
</repositories>
And add the following dependency:
<dependency>
<groupId>com.entrustdatacard</groupId>
<artifactId>intellitrust-issuance-Issuance</artifactId>
<version>5.36.1</version>
</dependency>

By downloading the IIDaaS Issuance library, you agree to the terms of the license. The open source softwares has been included with or as part of the IIDaaS Issuance library can be found here.