> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-create-a-group-integration.md).

# Como criar uma integração de grupo

Para criar uma integração de grupo:

1. Acesse a página **Administração**.
2. Clique em **Grupos**.
3. Clique na aba **Integrações de grupo**.
4. Clique em **Criar**.

Um modal é exibido com um formulário onde você deve inserir informações sobre a integração do grupo:

* **Nome**: o nome desejado para a integração do grupo.
* **SAML Scheme**: as regras e especificações em formato em XML que regem a estrutura e transmissão de mensagens SAML entre IdPs e a Digibee. As opções são:
  * Microsoft Azure - ADFS
  * Microsoft 2019 - ADFS Classic
  * Custom scheme (esquema personalizado)
* **Xpath**: o caminho XML para os IDs do grupo IdP. Exibido apenas quando custom scheme é selecionado.
* **Código ID do provedor de identidade**: código único que identifica o grupo IdP a integrar no grupo Digibee.
* **Grupo Digibee**: o grupo digibee a ser integrado ao grupo IdP.

5. Insira a informação no formulário.
6. Clique em **Salvar**.

{% hint style="info" %}
Se você deseja criar várias integrações de grupo de uma só vez, você pode fazer isso clicando em **Integração** antes de salvar.
{% 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.digibee.com/documentation/developer-guide/pt-br/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-create-a-group-integration.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.
