> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/concepts/identity-provider-endpoints.md).

# Identity provider endpoints

**Identity provider (IdP) endpoints** define the specific connection point used by a provider to authenticate with an [identity provider](https://docs.devolutions.net/pam/concepts/identity-providers/). This could be a DNS name for an Active Directory domain controller, an IP address for a Linux system, or a URL for a REST API, for example.

In Devolutions PAM, managed providers already have their identity provider endpoints pre-integrated. However, when using custom PAM providers, these endpoints must be explicitly configured. This typically happens within [action scripts](https://docs.devolutions.net/pam/concepts/action-script/), ensuring the provider knows where and how to authenticate.

This distinction is crucial for flexible integrations, especially in hybrid environments or when working with custom identity systems. Properly configuring identity provider endpoints ensures secure and seamless authentication flows.

#### Identity provider endpoints aliases

* IdP endpoints

#### Related topics

* [Create a custom PAM provider action script in Devolutions Server](https://docs.devolutions.net/pam/kb/knowledge-base/create-anyidentity-action-script-dvls/#identity-provider-endpoint-script-parameters)
* [Identity provider endpoint script parameters](https://docs.devolutions.net/pam/kb/knowledge-base/create-anyidentity-action-script-dvls/#identity-provider-endpoint-script-parameters)
* [Test action scripts outside of custom PAM providers](https://docs.devolutions.net/pam/kb/troubleshooting-articles/troubleshooting-action-scripts/)<br>

#### See also

* [Custom PAM providers](https://docs.devolutions.net/pam/server/providers/anyidentity-providers/)
* [Create a custom PAM provider in Devolutions Server](https://docs.devolutions.net/pam/server/getting-started/anyidentity/create-anyidentity-pam-provider-dvls/)
* [Import a custom PAM provider](https://docs.devolutions.net/pam/server/getting-started/anyidentity/import-anyidentity-pam-provider/)


---

# 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:

```
GET https://docs.devolutions.net/pam/concepts/identity-provider-endpoints.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.
