> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles/authenticate-users-with-saml-2.0/set-up-adfs-as-the-identity-provider-using-saml-2.0/configure-the-saml-2.0-integration-for-adfs/saml-2.0-adfs-parameters.md).

# SAML 2.0 ADFS Parameters

The following table describes the SAML 2.0 parameters for ADFS, when adding a new instance in Cortex XSOAR:

| Attribute                   | Description                                                                                                                                                                                                               |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                        | A name for the integration instance.                                                                                                                                                                                      |
| Service Provider Entity ID  | The URL of your Cortex XSOAR server (also known as an ACS URL). In the format: <https://yourdomain.com/saml>                                                                                                              |
| IdP metadata URL            | ADFS URL+ /federationmetadata/2007-06/federationmetadata.xml                                                                                                                                                              |
| IdP SSO URL                 | ADFS URL+ /adfs/ls/idpinitiatedsignon.aspx                                                                                                                                                                                |
| Attribute to get email      | Attribute in your IdP for the user's email address.                                                                                                                                                                       |
| Attribute to get user name  | Attribute in your IdP for the user's user name.                                                                                                                                                                           |
| Attribute to get first name | Attribute in your IdP for the user's first name.                                                                                                                                                                          |
| Attribute to get last name  | Attribute in your IdP for the user's last name.                                                                                                                                                                           |
| Attribute to get groups     | Attribute in your IdP for the groups of which the user is a member.                                                                                                                                                       |
| Default role                | Role to assign to the user when they are not a member of any group. Users can be assigned to a default role at Cortex XSOAR in case there is no mapping between their AD group membership and a Cortex XSOAR server role. |
| Service Identifier (ADFS)   | The ADFS relay identifier which Cortex XSOAR will redirect the user for SSO first login.                                                                                                                                  |


---

# 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://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles/authenticate-users-with-saml-2.0/set-up-adfs-as-the-identity-provider-using-saml-2.0/configure-the-saml-2.0-integration-for-adfs/saml-2.0-adfs-parameters.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.
