-
Notifications
You must be signed in to change notification settings - Fork 0
Authentigate Overview
sk-natalja edited this page Jun 20, 2025
·
3 revisions
Authentigate is a secure gateway that enables e-services to easily request and receive verified personal data about users, based on strong identity verification methods.
Authentigate allows e-services to request the following user attributes:
| Attribute | Description | Example |
|---|---|---|
given_name |
Given name(s) (first names) | John |
family_name |
Family name (surname) | Smith |
name |
Full name (given name + family name) | John Smith |
birthdate |
Date of birth | 23.04.1982 |
personal_code |
Personal ID number | 38204232745 |
age |
Age in full years | 34 |
age_over |
Whether user is over a specific age (requires age_comparator parameter) |
yes or no
|
age_under |
Whether user is under a specific age (requires age_comparator parameter) |
yes or no
|
Example: if
age_comparator = 18, thenage_under = yesfor users 17 or younger.
- Authentigate verifies the identity of the user using supported national eID solutions.
- Data is retrieved from reliable and authentic sources, such as digital certificates issued by trusted parties.
| Country | Smart-ID | Mobile-ID | ID-Card |
|---|---|---|---|
| Estonia | ✅ | ✅ | ✅ |
| Latvia | ✅ | ||
| Lithuania | ✅ | ✅ | |
| Belgium | ✅ |
-
Try the Demo
See how the user flow works here: Testing in Demo -
Integrate with Production
Step-by-step instructions: Access to Production
- App-based strong authentication solution.
- Available in Estonia, Latvia, Lithuania, and Belgium.
- Suitable for both personal and organizational use.
More about Smart-ID
Upcoming: In Q4 2025, Smart-ID integration will be updated to the latest API version.
- SIM card-based strong authentication.
- Available in Estonia and Lithuania.
More about Mobile-ID
- Physical ID card used with a smart card reader.
- Mandatory for Estonian citizens and EU residents in Estonia.
More about ID-card
- Full API documentation: Authentigate API Spec
- Environment parameters: Demo & Live Config