# Profile Registry Plugin

### What is Profile Registry Plugin? <a href="#what-is-profile-registry-plugin-only-heading-update" id="what-is-profile-registry-plugin-only-heading-update"></a>

ID registry plugin enables eSignet's Signup service to integrate with any Id registry system. This essentially means that eSignet now does away with tight integration with MOSIP ID-repository and makes way for any ID Repository system to be integrated with eSignet.

{% hint style="success" %}
The dependency on the MOSIP ID repository has been removed in eSignet Sign Up Service versions 1.1.0 and above.
{% endhint %}

### Sequence Diagram <a href="#sequence-diagram-only-heading-update" id="sequence-diagram-only-heading-update"></a>

Please refer to the sequence diagram below for the detailed working flow of the profile registry plugin.

<figure><img src="/files/afTsACjP4MEUvRYGxR5P" alt=""><figcaption><p>Profile Registry Plugin</p></figcaption></figure>

### Profile Registry Plugin Interface <a href="#profile-registry-plugin-interface-only-heading-update" id="profile-registry-plugin-interface-only-heading-update"></a>

Please [refer here](https://github.com/mosip/esignet-signup/blob/master/signup-integration-api/src/main/java/io/mosip/signup/api/spi/ProfileRegistryPlugin.java) for the Profile Registry Plugin interface.


---

# 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.esignet.io/esignet-signup/develop/integration-guide-signup-portal/profile-registry-plugin.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.
