> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-identity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-identity/sso-com-saml/configuracao-por-provedor-de-identidade/microsoft-entra.md).

# Microsoft Entra

***

## Crie um Aplicativo Enterprise <a href="#crie-um-aplicativo-enterprise" id="crie-um-aplicativo-enterprise"></a>

***

Vá para o painel **Microsoft Entra ID** > **Enterprise Applications**.

<figure><img src="/files/jQX8BQQ8bFmLW1vmS7iZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hRiLlUkVY4itd4AdUbw7" alt=""><figcaption></figcaption></figure>

Utilize a opção **New application** e em seguida a opção **Create your own application**.

<figure><img src="/files/UaxgYI6W8k8aHHMS2MVE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hXwoffhbogxbaJDucQi6" alt=""><figcaption></figcaption></figure>

Nomeie o aplicativo com o nome do produto que está sendo contrato e clique em **Create**. Por exemplo, Unico Check.

<figure><img src="/files/P0qYPeMlcEDP2lEMYx3F" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lnPkzx68GDhLxCPP3ABS" alt=""><figcaption></figcaption></figure>

## Configure o Aplicativo Criado[​](https://developers.unico.io/docs/you/identity/saml-integration/identity-providers/microsoft-entra#configure-o-aplicativo-criado) <a href="#configure-o-aplicativo-criado" id="configure-o-aplicativo-criado"></a>

***

No painel do aplicativo criado, vá para **Manage** > **Single sign-on** e escolha a opção **SAML**.

<br>

<figure><img src="/files/3rW1xhCFQYco51CW03ty" alt=""><figcaption></figcaption></figure>

Edite a seção **Basic SAML Configuration** e preencha com as informações de [**Entity ID e ACS**](https://developers.unico.io/docs/you/identity/saml-integration/steps#registrar-o-provedor-de-servi%C3%A7o-sp-no-idp) fornecidas anteriormente.

<figure><img src="/files/SEuZYJ0Vzx07d9Pmqcvc" alt=""><figcaption></figcaption></figure>

Edite todos atributos da seção **Attributes & Claims** conforme tabela de atributos. Remova o conteúdo do **Namespace** de todos os atributos editados.

<figure><img src="/files/zN9D69ZTBVDx22VlxC2A" alt=""><figcaption></figcaption></figure>

Os atributos devem ficar iguais aos da imagem abaixo:

<figure><img src="/files/AYc2CDu5q0AuOpwjCoAq" alt=""><figcaption></figcaption></figure>

***

**Dúvidas?**[**​**](https://developers.unico.io/docs/IDunico/Integracao/primeirosPassos#d%C3%BAvidas)

Não encontrou algo ou ainda precisa de ajuda? Se já é um cliente ou parceiro, pode entrar em contato através da [<mark style="color:blue;">Central de Ajuda</mark>](https://empresas.unico.io/hc/pt-br/p/atendimentoparaempresas).


---

# 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://devcenter.unico.io/unico-identity/sso-com-saml/configuracao-por-provedor-de-identidade/microsoft-entra.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.
