> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/accessnow-user-guide/new-customer-account/single-sign-on-configuration/microsoft-entra-id-instructions.md).

# Microsoft Entra ID Instructions

{% stepper %}
{% step %}

### Create a New Enterprise Application in Entra ID

Sign in to the Microsoft Entra admin centre.

Go to **Applications** > **Enterprise applications**.

Click **+ New application**.

Choose **Create your own application**.

Name it (e.g., Gallagher AccessNow).

Select **Integrate any other application you don’t find in the gallery**.

Click **Create**.

<div data-with-frame="true"><figure><img src="/files/Zi9XgF80T6rbtOTxNaio" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Open SAML settings

In the new application, go to **Single sign-on** and choose **SAML**.

<div data-with-frame="true"><figure><img src="/files/2TZ26ja1PbA04fl3ejkE" alt=""><figcaption></figcaption></figure></div>

Click **Edit** to configure the details.

<div data-with-frame="true"><figure><img src="/files/MzRwbbpAwZDNeqfqHAVI" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Configure SAML settings

Fill in the following fields using the URLs provided by Gallagher.&#x20;

* **Identifier (Entra ID)** — Use the URLs below.

{% hint style="info" %}
Identifier (Entity ID) URLs:

* <https://auth.gallagher.com/auth/realms/smart-access>

* <https://auth-sa-ap-southeast-2.security.gallagher.cloud/realms/smart-access>
  {% endhint %}

* **Reply URL (Assertion Consumer Service URL)** — This customer-specific information will be provided to you.

<div data-with-frame="true"><figure><img src="/files/8BLMgsCBxMGqSMKSsYFu" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Fill in the Attributes and claims section

When Entra ID acts as the SAML identity provider for AccessNow, it authenticates users. It also sends user attributes (claims) in the SAML assertion. AccessNow uses these claims to identify each user and their identity context. Confirm that the claims are mapped correctly before finalizing the connection.

<div data-with-frame="true"><figure><img src="/files/HDc9knDAfD9GISKes1lH" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Send the App Federation Metadata URL to Gallagher

After saving your changes, copy the app federation metadata URL and send it to Gallagher.

<div data-with-frame="true"><figure><img src="/files/GAdYHx4qUMPHmSIuzBlH" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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.security.gallagher.com/command-centre/accessnow-user-guide/new-customer-account/single-sign-on-configuration/microsoft-entra-id-instructions.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.
