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

# SAML: Auth0 Configuration

> This document provides instructions for creating an application within Auth0 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-bp-2395-ms-sentinel/VEB72RaJ_O3Ic1SS/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=VEB72RaJ_O3Ic1SS&q=85&s=dee06d9e0f3f5a176505b6725aedfb7c" 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 Auth0 Application

1. Create an authentication application for BloodHound Enterprise in Auth0.

<Frame>
  <img src="https://mintcdn.com/specterops-bp-2395-ms-sentinel/n4mWtH9pK6jacZAG/assets/image-2-39.png?fit=max&auto=format&n=n4mWtH9pK6jacZAG&q=85&s=1b418e052eb455807640540b7393393e" width="994" height="550" data-path="assets/image-2-39.png" />
</Frame>

2. Assign a recognizable name to the application and select the integration option for "Regular Web Application."

<Frame>
  <img src="https://mintcdn.com/specterops-bp-2395-ms-sentinel/n4mWtH9pK6jacZAG/assets/image-2-40.png?fit=max&auto=format&n=n4mWtH9pK6jacZAG&q=85&s=2490ba28c50a675b66aaef3a6f0d9a4f" width="614" height="550" data-path="assets/image-2-40.png" />
</Frame>

3. After the creation of the application in Auth0 you should see the application details page.

<Frame>
  <img src="https://mintcdn.com/specterops-bp-2395-ms-sentinel/n4mWtH9pK6jacZAG/assets/image-2-41.png?fit=max&auto=format&n=n4mWtH9pK6jacZAG&q=85&s=7edf6b45a79665430e974f56acd1611a" width="742" height="532" data-path="assets/image-2-41.png" />
</Frame>

4. Click on the "Addons" tab.

<Frame>
  <img src="https://mintcdn.com/specterops-bp-2395-ms-sentinel/n4mWtH9pK6jacZAG/assets/image-2-42.png?fit=max&auto=format&n=n4mWtH9pK6jacZAG&q=85&s=4f188fc15bcbd6afaabf9be3603b3b64" width="726" height="414" data-path="assets/image-2-42.png" />
</Frame>

5. Enable the "SAML2 Webapp" toggle and download the Identify Provider Metadata file.

<Frame>
  <img src="https://mintcdn.com/specterops-bp-2395-ms-sentinel/n4mWtH9pK6jacZAG/assets/image-2-43.png?fit=max&auto=format&n=n4mWtH9pK6jacZAG&q=85&s=6385901ed7c774d6bb8787f43e96a0d6" width="680" height="732" data-path="assets/image-2-43.png" />
</Frame>

6. Follow the instructions at [SAML in BloodHound Enterprise](/manage-bloodhound/auth/saml) to create the SAML provider in BloodHound Enterprise.
