Partners

Overview

The MOSIP platform requires integration with several other systems. Typically, a System Integrator (SI) would assemble all the pieces together to build a complete national ID solution. All entities that participate in providing the external components are called MOSIP Partners.

Partner types

Partner typeDescriptionLabel*

Authentication Partner/Relying Party

Entities that use MOSIP for authentication like banks, telecom, Govt. institutes etc.

Auth_Partner

Online Verification Partner

Authorised and entrusted partners who host IDA module to provide authentication service to various partners. Even MOSIPs IDA module an is an Online Verification Partner.

Online_Verification_Partner

Credential Partner

Provider of credentials like printed ID card, QR code etc. to residents

Credential_Partner

Device Provider

Provider of biometric devices that connect to registration client and authentication apps

Device_Provider

FTM Provider

Providers of L1 compatible FTM integrated in biometric devices

FTM_Provider

Manual Adjudication

Providers of Manual Adjudication Systems(MAS); enrollment data is shared with MAS

Manual_Adjudication

ABIS Partner

Provider of ABIS

ABIS_Partner

MISP Partner

MOSIP Infra Service Provider (MISP) provide network infrastructure/channel/pipe to various Authentication Partners to connect to the MOSIP system. Example, broadband service providers.

MISP_Partner

SDK Partner

SDK Providers

SDK_Partner

* Label: Reference in partner_type table of mosip_pms database.

Partner policies

Partner policies control the data that needs to be shared with a partner. Learn more about partner policies.

Partner onboarding

Onboarding of a partner refers to registering a partner in a particular deployment of MOSIP. Partners need to be onboarded to establish trust. The onboarding process consists of loading partner details in database, exchanging certificates etc, detailed in the later sections. Such onboarding is required to be done on any fresh MOSIP installation. For instance, if you install a sandbox, you would need to follow the onboarding process for each partner.

The sections below describe onboarding process for each type of partner.

MISP

  1. MISP should have a trusted X.509 certificate with chain of CA certificates.

  2. MISP self-registers on PMS portal providing partner id, name, organisation name (same as in certificate), partner type (MISP_type) (This functionality will be available on the portal in 1.2.x version of MOSIP)

  3. MISP uploades all certificates.

  4. MOSIP Admin generates MISP license key and provides to MISP.

Authentication Partner (AP)

  1. Policy for the AP must be pre-defined (see Partner policies).

  2. AP should have a trusted X.509 certificate with chain of CA certificates.

  3. AP registers with MISP and obtains MISP license key (this steup is outside of MOSIP system).

  4. The MISP used by AP should have been already onboarded on to MOSIP.

  5. AP self-registers on PMS portal providing partner id, name, organisation name (same as in certificate), partner type (Auth_Partner) etc.

  6. AP uploades all certificates.

  7. AP selects the policy group and policy. This request is sent to MOSIP Admin for approval.

  8. On approval, AP generates API key that can be used along with MISP license key to interact with IDA system.

Device Provider (DP)

  1. DP should have a trusted X.509 certificate with chain of CA certificates.

  2. DP self-registers on PMS portal providing partner id, name, organisation name (same as in certificate), partner type (Device_Provider) etc.

  3. DP uploades all certificates.

  4. Any approval from MOSIP? (TODO)

FTM Provider (FTMP)

  1. FTMP should have a trusted X.509 certificate with chain of CA certificates.

  2. FTMP self-registers on PMS portal providing partner id, name, organisation name (same as in certificate), partner type (FTM_Provider) etc.

  3. FTMP uploades all certificates.

  4. TODO

Credential Partner (CP)

  1. Datashare policy must be pre-defined (see Partner policies).

  2. CP should have a trusted X.509 certificate with chain of CA certificates.

  3. CP self-registers on PMS portal providing partner id, name, organisation name (same as in certificate), partner type (Credential_Partner) etc.

  4. CP uploades all certificates.

  5. CP selects the policy group and policy.

  6. CP maps policy to one of the supported credential types.

  7. CP adds biometric extractors for the policy.

Online Verification Partner (OVP)

  1. Datashare policy must be pre-defined (see Partner policies).

  2. OVP should have a trusted X.509 certificate with chain of CA certificates.

  3. OVP self-registers on PMS portal providing partner id, name, organisation name (same as in certificate), partner type (Credential_Partner) etc. (Using APIs, as OVP support on PMS Portal is available in later version of MOSIP.)

  4. OVP uploades all certificates.

  5. OVP selects the policy group and policy.

  6. OVP maps policy to auth credential type.

  7. OVP adds biometric extractors for the policy.

MOSIP Partner Program

The MOSIP Partner Programme (MPP) was initiated to help stakeholders connect with MOSIP, and become part of an ecosystem invested in building foundational digital ID systems that are trustworthy, secure, efficient, and interoperable, while being customised to specific needs.

Refer MPP document for further details.

PMS module

Refer Partner Management Services.

Last updated