# Partner Management Portal

## Overview

Partner management portal allows the partners to register themselves in MOSIP. With LTS release, the following types of partners can register themselves:

1. Authentication Partners
2. Credential Partners(with limited features)
3. Device Providers
4. FTM Provider

{% embed url="<https://www.youtube.com/watch?v=VseMUIfJ2Y8&list=PLF83tgjxrJvh6QVM27lxIYq5nlZx8rY8Z&index=3>" %}

## Partner roles

| Partner Type           | Associated Role     |
| ---------------------- | ------------------- |
| Partner Admin          | PARTNER\_ADMIN      |
| Policy Manager         | POLICYMANAGER       |
| Authentication Partner | AUTH\_PARTNER       |
| Credential Partner     | CREDENTIAL\_PARTNER |
| Device Provider        | DEVICE\_PROVIDER    |
| FTM Provider           | FTM\_PROVIDER       |

A Partner Admin can create Policies that are required for Authentication and Credential partners. The section below describes the types of policies that are supported by MOSIP.

## Home page

![](/files/UTUl83R2kJMNmju0f626)

## Policies

To create policies, policy groups should be defined. Policy groups can be considered as the regulatory bodies in a country, examples could be Telecom, Insurance, Banking, etc.

### Creation of Policy group

* Login as `Partner Admin` into the PMS portal.
* After successful login, on the left navigation pane, click on **Policy -> Policy Group**.
* The existing policy groups are listed on the screen and the new ones can be created.

![](/files/teeMq1Dp8ATirTxaKGAY)

**To create Policy groups**

* Click Policy -> Policy Group -> +Create Policy Group
* Enter the Policy group Name and Description and click **Save**.

![](/files/8cwCqi1mZobZxb9sRkUX)

To search or filter any data pertaining to policy groups, use the filter menu.

![](/files/mg5GIcXWD6sXnublx6BN)

You can also change the status of policy group(Deactivate/Re-activate) or edit it using the Action menu as shown below.

![](/files/DuXvHuzskCNzOp3LPVCB)

On successful creation of Policy groups, polices can be created under that group. MOSIP supports two types of policies, i.e., **Auth** policy and **Datashare** policy.

## Auth Policy

By default, on clicking Auth policy, the screen displays the list of existing auth [policies](/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/partners.md#partner-policies).

![](/files/UDPCxUyhLvxXXwCXJk7u)

### Create an Auth policy

1. Click **Auth Policy -> Create Policy**.
2. Add the Name and Description.
3. From the dropdown, select the Policy group.
4. Add the Policies Data.
5. Click **Save**.

![](/files/Jt33Vb0ULX6MV0fmCani)

*Note*: Once the policy is created, it will be in *Inactive* state. You have to activate it before using it for a partner.

### Activate/edit Auth policy

1. Select the policy you want to activate or edit.
2. From the Actions menu, select Activate/Edit.

![](/files/JCd3WVaBxeLTU7dn4K9N)

### Search or filter data

1. Use the filter menu.

![](/files/KojsTxd5quyGOdrZFpF5)

![](/files/d4a5pZvsbY1vL7VDAbig)

## Data Share Policy

Data Share policy can be created/edited in the same way as the steps mentioned in the previous section on `Auth policy` by using Data Share Policy menu options.

![](/files/j9i3fI6Pd6kITyUx45ye)

## Partner

### Self Registration

Partners in MOSIP are created in a self-service mode. The partner visits the MOSIP partner management portal and requests for collaborating with MOSIP by providing basic details such as organization name and email-id, purpose of registration (how they want to collaborate with MOSIP - as a device provider, authentication partner, print partner, etc), basic credentials and performing an OTP based verification. Once these details are filled by the partner and a request is sent to MOSIP, the `Partner Admin` verifies the details of the partners and allows the partner to integrate with MOSIP.

To know more about each of the partners, click:

1. [Auth partner/ Credential partner](/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/modules/partner-management-services/auth-credential-partner.md)
2. [Device Provide](/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/modules/partner-management-services/device-provider-partner.md)
3. [FTM Provider](https://github.com/mosip/documentation/blob/1.2.0/docs/ftm-provider-partner.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mosip.io/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/modules/partner-management-services/partner-management-portal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
