> For the complete documentation index, see [llms.txt](https://help.leadboxer.com/leadboxer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.leadboxer.com/leadboxer/integrations/other/single-sign-on-sso.md).

# Single Sign On (SSO)

### Prerequisites <a href="#h_cd7bfcb583" id="h_cd7bfcb583"></a>

1. A LeadBoxer Enterprise account
2. Valid SSO service&#x20;

   We currently support Microsoft Entra ID (previously Azure Active Directory)\
   Contact us regarding alternative SSO providers
3. All users requiring LeadBoxer access through SSO (also) need to be registered in LeadBoxer as users.

## Microsoft Entra ID setup  <a href="#h_2fe40bd98a" id="h_2fe40bd98a"></a>

1. Log into your Azure Portal
2. Go to Enterprise Applications

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

3. Create a new Application

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

4. Provide a name, eg: LeadBoxer SSO\
   and set "Integrate any other application you don't find in the gallery (Non-gallery)"

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

5. Once the application is created,\
   Proceed to the "Single sign-on" option.\
   Select "SAML" as the authentication method.

<figure><img src="/files/0RlLqX2sih0xXar3h4gd" alt=""><figcaption></figcaption></figure>

6. On the next screen, edit the Basic SAML configuration, and set the following URLs:

{% hint style="warning" %}
Before proceeding, make sure you have received your account ID from the LeadBoxer team
{% endhint %}

Identifier (Entity ID):

`https://enter.leadboxer.com/realms/`<mark style="color:orange;">`<LEADBOXER_ACCOUNT_ID>`</mark>`/leadboxer`

\
Reply URL (Assertion Consumer Service URL):

`https://enter.leadboxer.com/realms/leadboxer/broker/`<mark style="color:orange;">`<LEADBOXER_ACCOUNT_ID>`</mark>`/endpoint`&#x20;

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

6. The last step is to copy and share with us the "App Federation Metadata Url" located under the "SAML Certificates" section.

   <figure><img src="/files/dXTfn00Ak0SF9Kzq04ME" alt=""><figcaption></figcaption></figure>
7. Once we have received the App Federation Metadata Url from you, we will add it to our settings and confirm.&#x20;

## Login

Your users will then be able log into LeadBoxer using their SSO Account.

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

## Microsoft Entra ID login <a href="#h_2fe40bd98a" id="h_2fe40bd98a"></a>

1. Enter your email and use the **Login with Microsoft** button.

   <figure><img src="/files/Ts9kKsul50USuGr1fnyR" alt=""><figcaption></figcaption></figure>
2. Login and /or authenticate with your Microsoft account
3. Once authenticated you will be redirected to the application

{% hint style="warning" %}
All users requiring LeadBoxer access through SSO (also) need to be registered in LeadBoxer as users.
{% endhint %}


---

# 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://help.leadboxer.com/leadboxer/integrations/other/single-sign-on-sso.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.
