# Microsoft SSO Configuration

WhiteIntel supports Microsoft Entra ID (Azure AD) single sign-on (SSO), allowing your team to securely log in using their corporate Microsoft accounts instead of managing separate passwords.

### Prerequisites

Before enabling Microsoft SSO, make sure you have:

* An **active WhiteIntel Enterprise or Threat Intel plan**
* **Admin access** to your organization in WhiteIntel
* **Admin access** to your Microsoft Entra ID (Azure AD) tenant

### Step 1 — Create an App Registration in Azure

1. Sign in to the Azure Portal
2. Navigate to **Azure Active Directory > App registrations**.
3. Click **New Registration**.
4. Fill in the following:
   1. **Name**: `WhiteIntel SSO` (or any descriptive name)
   2. **Supported account types**: *Accounts in this organizational directory only*
   3. **Redirect URI**: <https://platform.whiteintel.io/login>

### Step 2 — Gather Required Information

* Log in to the **WhiteIntel Dashboard** as an organization admin.
* Go to **Organization Settings > SSO Configuration**.
* Enter the values from Azure:
  * **Tenant ID**
  * **Client ID**
  * **Client Secret** *(create one for WhiteIntel if not exists)*
* Confirm the **Redirect / Callback URL** is exactly: <https://platform.whiteintel.io/login>

### Step 3 — Configure SSO in WhiteIntel

* Log in to the **WhiteIntel Dashboard** as an organization admin.
* Go to **Organization Settings > SSO Configuration**.
* Enter the values from Azure:
  * **Tenant ID**
  * **Client ID**
  * **Client Secret**&#x20;
* Optionally, toggle **Enforce SSO only** to disable password login for all users.


---

# Agent Instructions: 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:

```
GET https://knowledge.whiteintel.io/white-intel-usage/microsoft-sso-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
