Skip to main content

Installation

Entrust Identity as a Service (IDaaS) Authentication API client provides integrations with the IDaaS Authentication API.

System Requirements

The following are the system requirements for the IDaaS Authentication API client:

  • Java 8 or higher
  • Maven / Gradle

Install the Authentication API Client

The IDaaS Authentication 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-auth-Authentication</artifactId>
<version>5.36.1</version>
</dependency>

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