> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/utilizadores-e-acesso/ativar-sso-para-um-funcionario.md).

# Ativar SSO para um funcionário

Permitir que um funcionário inicie sessão com um fornecedor de identidade suportado.

Ativar **SSO** quando um Funcionário deve iniciar sessão com Microsoft, Google ou Apple.

Isto mantém o início de sessão associado ao fornecedor externo de identidade.

{% stepper %}
{% step %}

### Abrir Funcionários

Ir para **Definições**.

Pesquisar **Funcionários**.
{% endstep %}

{% step %}

### Editar o Funcionário

Abrir o Funcionário que se pretende atualizar.
{% endstep %}

{% step %}

### Verificar o nome de utilizador

Garantir que o nome de utilizador corresponde à Conta do fornecedor suportado.
{% endstep %}

{% step %}

### Alterar a Opção de início de sessão

Abrir **Opções de início de sessão**.

Selecionar **Usar SSO para o início de sessão**.
{% endstep %}

{% step %}

### Guardar e pedir ao Funcionário para iniciar sessão novamente

Confirmar a Alteração.

Depois, permitir que o Funcionário termine sessão e volte a iniciar sessão com o fornecedor de SSO.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Que fornecedores são suportados?</summary>

Microsoft, Google e Apple.

</details>

<details>

<summary>Porque é que o nome de utilizador deve corresponder à Conta do fornecedor?</summary>

Ajuda o fluxo de SSO a reconhecer a identidade correta.

</details>

### Tópicos relacionados

* [**Utilizadores e acesso**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/utilizadores-e-acesso.md)
* [**Definir um nome de utilizador e uma palavra-passe**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/utilizadores-e-acesso/definir-um-nome-de-utilizador-e-uma-palavra-passe.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/utilizadores-e-acesso/ativar-sso-para-um-funcionario.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.
