> ## 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: 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-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 Auth0 Application

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

<Frame>
  <img src="https://mintcdn.com/specterops-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-39.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=afa4616f0024e76d0539c018c5dc7dd3" 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-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-40.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=4f9b3d3e4c0c6674dabe8bbc30534bae" 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-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-41.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=946d73d883ee423311b5dbddca5161e9" 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-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-42.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=9a87012c1093306845040b47c9f51c82" 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-fetch-json-component/4KVQ7KT5l1uedroy/assets/image-2-43.png?fit=max&auto=format&n=4KVQ7KT5l1uedroy&q=85&s=f99a10761c3e062755ae0f362b59cfa1" 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.
