> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-server/instance-administration/authentication/saml/ping-identity/introduction.md).

# Introduction to SAML with Ping Identity

For an overall understanding of the SAML authentication feature, read the [Overview of SAML support](/sonarqube-server/instance-administration/authentication/saml/overview.md) page.

To set up SAML with PingOne or PingFederate:

1. If you want to use Just-in-Time provisioning with the group synchronization feature, verify the user groups in SonarQube Server so that the automatic group synchronization can take place properly. See [Overview of authentication and provisioning](/sonarqube-server/instance-administration/authentication/overview.md#justintime-provisioning).
2. Make sure your SonarQube Server URL is set in SonarQube Server. See [Server base URL](/sonarqube-server/instance-administration/server-base-url.md).
3. Register SonarQube Server in PingOne or PingFederate. See[Setup in Ping Identity](/sonarqube-server/instance-administration/authentication/saml/ping-identity/setup-in-ping-identity.md).
4. Configure SAML in SonarQube Server. See[Setup in SonarQube Server](/sonarqube-server/instance-administration/authentication/saml/ping-identity/setup-in-sq.md).
5. Optionally, set up security features. See [Setup of security features](/sonarqube-server/instance-administration/authentication/saml/ping-identity/optional-security-features.md).

{% hint style="info" %}
Starting in [Enterprise Edition](https://www.sonarsource.com/plans-and-pricing/enterprise/), in addition to the SAML setup, you can configure SCIM to automatically provision users and groups to SonarQube. For more information, see [SCIM overview](/sonarqube-server/instance-administration/authentication/saml/scim/overview.md).
{% endhint %}


---

# 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.sonarsource.com/sonarqube-server/instance-administration/authentication/saml/ping-identity/introduction.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.
