> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/interoperability/integrations/e-signet/ida.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mosip.io/1.2.0/interoperability/integrations/e-signet/ida.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
