Mobile-ID
Overview
A mobile-based digital identity solution enabling secure authentication and digital signatures.
- ID:
mobile-id - Type: eID (app)
- Verification Type: Presentation
- Regions: Europe
- Countries: EE, LT
- Adoption: 705,000
- URL: https://www.mobile-id.lt/en/
Integration with Trinsic
Mobile ID is integrated into Trinsic's identity acceptance network, allowing businesses to easily accept Mobile-ID-verified identities as part of their verification processes.
- Permission required: Yes, this method requires registration before you can activate it for your users. Please contact Trinsic to begin this process.
- Cost: Contact the Trinsic team.
How to Test
While using a test mode App, launch the widget or the provider directly.
- Enter the credentials and submit.
- national id:
51307149560 - phone number:
+37269930366
- national id:
- At the end, you will be presented with test data for the verification session.
Direct API Requirements
Direct API is not a requirement.You can integrate with this provider using the Hosted UI instead, with no additional integration requirements on your end.
What your integration must support in order to use this provider with the Direct Provider Sessions API.
- Supports Direct Provider Sessions: ✅
- Launch Method:
ShowContent— Display a piece of content which the user will use to launch themselves into the verification. - Collection Method:
PollResult— Results arrive asynchronously; poll with theresultsAccessKeyreturned at session creation. - Requires Input: This provider requires input before verification can proceed.
- Refreshable Step Content: This provider requires shown content to be refreshed periodically.
- Trinsic-Hosted UI: A Trinsic-Hosted Fallback UI exists for this provider, which may be invoked to cover gaps in your integration's capabilities.
Outputs
Normalized AttributesThese attributes form part of our normalized model, a standardized set used across providers. Trinsic normalizes this for you and lets you know when a property is available for each provider.
| Field | Availability | Notes |
|---|---|---|
person.givenName | Always | - |
person.familyName | Always | - |
person.dateOfBirth | Always | - |
person.sex | Always | - |
document.type | Always | - |
document.issuingCountry | Always | - |
| Field | Optional | Description | Example Values |
|---|---|---|---|
givenName | Yes | The given name of the individual, extracted from the Mobile ID authentication certificate's Subject Distinguished Name "G" (givenName) attribute. | MARI |
familyName | Yes | The family name (surname) of the individual, extracted from the Mobile ID authentication certificate's Subject Distinguished Name "SN" (surname) attribute. | TAMM |
dateOfBirth | Yes | The individual's date of birth, derived from the personal code. | 1985-01-01 |
sex | Yes | The individual's sex, derived from the first digit of the personal code. Possible values: - Male - Female | Female, Male |
country | Yes | The ISO 3166-1 alpha-2 country code extracted from the Mobile ID authentication certificate's Subject Distinguished Name "C" (country) attribute. This represents the country of the certificate issuer, not the person's nationality or citizenship. For Mobile ID, this will be "EE" (Estonia) or "LT" (Lithuania). | EE |
identityType | Yes | The identity document type, extracted from the first 3 characters of the SERIALNUMBER field (before the country code). Possible values: - PNO: Personal Number (national civic registration number) - PAS: Passport - IDC: National identity card | PNO |
personalCode | Yes | The personal code (Estonian: isikukood, Lithuanian: asmens kodas) of the individual, extracted from the SERIALNUMBER field of the Mobile ID authentication certificate. This is the portion after the identity type and country prefix (e.g., "48501010014" from "PNOEE-48501010014"). Both Estonian and Lithuanian personal codes are 11 digits in the format GYYMMDDSSSC where: - G = century/gender (3-4 = 1900s, 5-6 = 2000s; odd = male, even = female) - YYMMDD = date of birth - SSS = sequence number - C = checksum digit See: - https://en.wikipedia.org/wiki/National_identification_number#Estonia - https://en.wikipedia.org/wiki/National_identification_number#Lithuania | 48501010014 |
serialNumber | Yes | The SERIALNUMBER attribute from the Mobile ID authentication certificate's Subject Distinguished Name. Format: "{'{'}identity-type{'}'}{'{'}country-code{'}'}-{'{'}identifier{'}'}" Components: - identity-type (3 chars): PNO (Personal Number), PAS (Passport), IDC (ID Card) - country-code (2 chars): ISO 3166-1 alpha-2 (EE, LT) - identifier: The personal code | PNOEE-48501010014 |
certificateSubject | Yes | The full Subject Distinguished Name (Subject DN) from the Mobile ID authentication certificate. Contains comma-separated RDN (Relative Distinguished Name) components including C (Country), CN (Common Name), SN (Surname), G (Given Name), and SERIALNUMBER (Personal identifier). | SERIALNUMBER=PNOEE-48501010014, G=MARI, SN=TAMM, CN="TAMM,MARI,48501010014", C=EE |
Updated about 2 months ago
