# Identity provider integration

### What is an Identity Provider?

An [Identity Provider (IdP)](/documentation/developer-guide/platform-administration/administration/identity-provider-integration.md) is a service for storing and managing digital identities. Once integrated with the Digibee Integration Platform, it enables the exchange of authentication and authorization information so that the access manager can centrally organize and control access for its users.

Here are some examples of IdPs:

* Active Directory (AD)&#x20;
* Azure AD Native&#x20;

### What happens when the IdP is integrated with the Digibee Integration Platform?

Once your identity provider is integrated with the Digibee Integration Platform, it will be possible to access the following functionalities:

* **Single Sign-On:** eliminates the need to manage multiple password repositories.
* **Integrated authentication:** enables verification of Platform access by the IdP itself, centralizes information, and facilitates access management.
* **Integrated authorization:** enables an external IdP to not only authenticate users, but also set the scope of access to the Platform resources. When this feature is enabled, the realm is considered federated.

{% hint style="info" %}
To learn more about how to federate your realm, read our article about [Integration of IdP groups with Digibee groups](/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups.md).
{% endhint %}

* **Authentication rules:** sets rules for user authentication. You can specify, for example, that users authenticate only through IdP or with Digibee and IdP. To learn more, [read the documentation about Authentication rules](/documentation/developer-guide/platform-administration/administration/identity-provider-integration/idp-accesses.md).

### What are the requirements for integrating an Identity Provider with the Digibee Integration Platform?

Ensure that the Identity Provider supports the SAML 2.0 protocol before integrating it with Digibee.

To integrate your identity provider with the Digibee Integration Platform read the article [How to integrate the identity provider](/documentation/developer-guide/platform-administration/administration/identity-provider-integration/how-to-integrate-the-identity-provider.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.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration.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.
