> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/reference/how-to-guides/configure-sso-for-microsoft-entra.md).

# Configure SSO for Microsoft Entra

Flow Connect supports Single Sign-On (SSO) with Microsoft Entra. To ensure a smooth experience, configure your Entra ID by adding the Novacura Flow Connect application before inviting your users.

By following these steps, you can ensure that users will be able to sign in to Flow using their Microsoft accounts.

## Add Novacura Flow as an Enterprise Application

Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) with at least a Cloud Application Administrator role.

Navigate to **Identity > Applications > Enterprise applications > All applications**.

Click on **New application**.

<figure><img src="/files/62a3ULiTcWFsXIVuW1sB" alt=""><figcaption></figcaption></figure>

In the search box, enter “Novacura Flow” and select it from the results.

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

Select "Sign up for Novacura Flow Connect" and you will be redirected to the Flow Connect login screen.&#x20;

<div align="left"><figure><img src="/files/rbVTL4XEsr9F2HuR4Kv2" alt="" width="438"><figcaption></figcaption></figure></div>

Select "Continue with Microsoft".&#x20;

<figure><img src="/files/5zb4ftciOlc82OBM3Xj0" alt=""><figcaption></figcaption></figure>

Sign in and check "Consent on behalf of your organization"

<div align="left"><figure><img src="/files/WTVGiNaHAwJxlF4HxhzW" alt=""><figcaption></figcaption></figure></div>

Don’t worry if you see the following error message after accepting the permissions for Flow Connect. This occurs because users need to be invited before they can sign in.

SSO is now enabled for Flow Connect and ready for use.

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

Novacura Flow Connect is now listed in the Enterprise Applications section.

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


---

# 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.novacura.com/flow-connect/reference/how-to-guides/configure-sso-for-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.
