> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SAML: Entra ID Configuration

> This document provides instructions for creating an application within Entra ID for compatibility with BloodHound Enterprise.

export const IDPIntro = ({auth_mode}) => {
  const mode = (auth_mode || '').toUpperCase();
  const isOIDC = mode === 'OIDC';
  const href = isOIDC ? '/manage-bloodhound/auth/oidc' : '/manage-bloodhound/auth/saml';
  const label = isOIDC ? 'OIDC' : 'SAML';
  return <Tip>
      See <a href={href}>{label} in BloodHound</a> for order of operations, general {label} setup, and user configuration in BloodHound.
    </Tip>;
};

<img noZoom src="https://mintcdn.com/specterops-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

<IDPIntro auth_mode="SAML" />

## Create an Enterprise Application

1. Login to Azure at [https://portal.azure.com](https://portal.azure.com)
2. Navigate to the **Enterprise Applications** section of Entra ID.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-44.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=2ade1877fa1ea10f829e6eb7416bb182" width="430" height="207" data-path="assets/image-2-44.png" />
</Frame>

3. Click **New Application**.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-46.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=c5bc4b12fdcc3a2e41e9c20572a75484" width="564" height="171" data-path="assets/image-2-46.png" />
</Frame>

4. Click **Create your own application**.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-47.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=d8f306b1db0ed9964678073b53e72936" width="484" height="231" data-path="assets/image-2-47.png" />
</Frame>

5. Provide a name for your application and click **Create**.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-48.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=2f787f977012e70babcf61bc557405fd" width="573" height="850" data-path="assets/image-2-48.png" />
</Frame>

## Configure Single Sign-On Settings

1. Your browser should redirect you to your newly created application. Click on **Single sign-on**.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-49.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=756f33852b7087b589074c9334f76f3d" width="406" height="498" data-path="assets/image-2-49.png" />
</Frame>

2. Click on **SAML**.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-50.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=9430118a76afecdb7ecf9df9b85215f2" width="370" height="199" data-path="assets/image-2-50.png" />
</Frame>

3. Click **Edit** under the Basic SAML Configuration section.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-51.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=c0359cb445e2bec83bb6dc5ba28d3ec2" width="760" height="226" data-path="assets/image-2-51.png" />
</Frame>

4. Configure SAML. The following screenshot shows the tenant codename is "demo" and the provider name is "entra".

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-52.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=8d160bc22b88af3c6308a3c10e659825" width="793" height="651" data-path="assets/image-2-52.png" />
</Frame>

5. Azure will inform you the settings have saved successfully.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-53.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=bf326e0cdc2488c7fc8cfbac820612b8" width="358" height="77" data-path="assets/image-2-53.png" />
</Frame>

6. Click the **X** to close the dialog.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-54.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=1c4ed5843706a6a19e10531951dbbe9b" width="859" height="250" data-path="assets/image-2-54.png" />
</Frame>

7. Scroll down to the **SAML Certificates** section and download the **Metadata XML**.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-55.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=84f3dc2e850cb81f4b6b2a556405724d" width="765" height="408" data-path="assets/image-2-55.png" />
</Frame>

8. Use the **Users and Groups** section to configure groups and users which you would like to grant access to BloodHound Enterprise.

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-56.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=77e6a8dadd4b37fc4700fe937753eea6" width="436" height="371" data-path="assets/image-2-56.png" />
</Frame>

9. Use the downloaded metadata.xml file and follow the instructions at [SAML in BloodHound Enterprise](/manage-bloodhound/auth/saml) to Create the SAML Configuration in BloodHound.

## Troubleshooting

Verify your attributes and claims use a proper schema in the claim name, and that you have a properly mapped claim for "user.mail" as in the example below. An indicator that this is necessary is when an authentication attempt returns the response: "*assertion does not meet requirements for user lookup*".

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-57.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=64752679c0d4eb8a4072df7d6b1b9b19" width="1075" height="988" data-path="assets/image-2-57.png" />
</Frame>
