/
Quick Start Guide

Quick Start Guide

Add Freja eID Client to your build

To add dependency on Freja eID Client using Maven, use the following command:

<dependency> <groupId>com.verisec.frejaeid</groupId> <artifactId>FrejaEidClient</artifactId> <version>2.21.0</version> </dependency>

Initiate connection to API (test environment)

SslSettings sslSettings = SslSettings .create("/path/to/keystore.jks", "SuperSecretKeystorePassword", "/path/to/server/certificate.crt");

Initiate, monitor and cancel authentication request

Create an authentication client

AuthenticationClientApi authenticationClient = AuthenticationClient .create(sslSettings, FrejaEnvironment.TEST) .build();

Initiate an authentication request

Poll for results of your request

Cancel the initiated request

Initiate, monitor and cancel signature request

Create a signature client

Initiate a signature request

Poll for results of your request

Cancel the initiated request


Go to:

  1. Quick Start Guide

  2. Initialising the Freja eID Client

  3. Authentication Client

  4. Signature Client

  5. Organisation ID Client

  6. Custom Identifier Client

  7. Error Handling

 

Related content

Freja eID Client - Developers' Guide
Freja eID Client - Developers' Guide
More like this
Authentication Service - Other userInfoType
Authentication Service - Other userInfoType
More like this
REST API Documentation
REST API Documentation
Read with this
Client Certificate Generation Tool
Client Certificate Generation Tool
More like this
Signature Service
Signature Service
Read with this
Signature Services Client
Signature Services Client
More like this