# Relying Party

In the context of **eSignet**, a Relying Party refers to any external service provider or application that integrates with the eSignet platform to leverage its secure identity authentication and verification capabilities. By relying on eSignet as a trusted Identity Provider (IdP), these service providers can streamline user onboarding and access management, while maintaining a high level of security, privacy, and regulatory compliance.

eSignet enables Relying Parties to authenticate users based on verified identity data, including biometric authentication and government-issued credentials, without the need to build or manage their own identity infrastructure. This allows service providers to focus on delivering their core services while ensuring that only legitimate users can gain access.

Whether it's a financial institution verifying customer identity for KYC compliance, a healthcare provider granting access to medical records, or a digital service requiring strong authentication, eSignet serves as the central identity authority that these services trust.

To learn more about the integration process and technical requirements, please refer to the following resources:

* [Integration Options and Discovery Endpoints](/esignet-authentication/develop/integration/relying-party/integration-options-and-discovery-endpoints.md) – Know about the options available to integrate with eSignet in MOSIP collab environment and discovery endpoints.
* [Onboarding Your Relying Party to Any Identity Provider](/esignet-authentication/develop/integration/relying-party/relying-party-onboarding.md) – A step-by-step guide to help you prepare your service for integration with identity providers.
* [Development and Integration with eSignet](/esignet-authentication/develop/integration/relying-party/development-and-integration-with-esignet.md) – Technical documentation and best practices for implementing eSignet as your trusted identity provider.


---

# 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-authentication/develop/integration/relying-party.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.
