# ID Authentication

eSignet is integrated with the MOSIP ID Authentication module as an authentication provider. The defined plugins interface has been implemented using the APIs available in the MOSIP ID Authentication module.

Here is a list of the APIs that have been integrated into the eSignet plugin interface implementation.

* **KYC Authentication** API to perform authentication for an identity provider like eSignet
* **KYC Exchange** API to share an encrypted KYC token to an identity provider
* **Key Binding** API to authenticate a user to bind the ID and Wallet of an user
* **VC Exchange** API to share the VC associate to a user who was authenticated earlier and has shared the associated KYC Token

## Appendix - API Specifications

{% openapi src="/files/Fn7VmM0hZMBKsOQF5jGA" path="/idauthentication/v1/key-auth/delegated/{IdP-LK}​/{Auth-Partner-ID}​/{oidc-client-id}" method="post" %}
[id-authentication-new.yaml](https://1836199994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EyCrLbFom7vj7UcMIUZ%2Fuploads%2Fgit-blob-fcf91dfe201a71b9fde38f5fe22ffbc532056c95%2Fid-authentication-new.yaml?alt=media\&token=631288f3-8aca-4148-9d68-2d1b11336563)
{% endopenapi %}

{% openapi src="/files/Fn7VmM0hZMBKsOQF5jGA" path="/idauthentication/v1/kyc-exchange/delegated/{IdP-LK}​/{Auth-Partner-ID}​/{oidc-client-id}" method="post" %}
[id-authentication-new.yaml](https://1836199994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EyCrLbFom7vj7UcMIUZ%2Fuploads%2Fgit-blob-fcf91dfe201a71b9fde38f5fe22ffbc532056c95%2Fid-authentication-new.yaml?alt=media\&token=631288f3-8aca-4148-9d68-2d1b11336563)
{% endopenapi %}

{% openapi src="/files/Fn7VmM0hZMBKsOQF5jGA" path="/idauthentication/v1/identity-key-binding/delegated/{IdP-LK}/{Auth-Partner-ID}/{OIDC-Client-Id}" method="post" %}
[id-authentication-new.yaml](https://1836199994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EyCrLbFom7vj7UcMIUZ%2Fuploads%2Fgit-blob-fcf91dfe201a71b9fde38f5fe22ffbc532056c95%2Fid-authentication-new.yaml?alt=media\&token=631288f3-8aca-4148-9d68-2d1b11336563)
{% endopenapi %}

{% openapi src="/files/Fn7VmM0hZMBKsOQF5jGA" path="/idauthentication/v1/vci-exchange/delegated/{IdP-LK}/{Auth-Partner-ID}/{OIDC-Client-Id}" method="post" %}
[id-authentication-new.yaml](https://1836199994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EyCrLbFom7vj7UcMIUZ%2Fuploads%2Fgit-blob-fcf91dfe201a71b9fde38f5fe22ffbc532056c95%2Fid-authentication-new.yaml?alt=media\&token=631288f3-8aca-4148-9d68-2d1b11336563)
{% endopenapi %}


---

# 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/interoperability/integrations/e-signet/ida.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.
