# How to set up SSO on Hireforce?

## Configure the SSO in Microsoft Azure

Firstly, to configure Single Sign-On (SSO) with Microsoft Entra, you as an **`Admin of the Hireforce account`** need to provide [**Authorized redirect URIs**](https://app.hireforce.io/api/auth/callback/azure-ad) to the **`Microsoft account administrator`** to [Register an application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app?tabs=certificate#register-an-application) on the Azure portal​

{% hint style="info" %}

* **Authorized redirect URIs:** <https://app.hireforce.io/api/auth/callback/azure-ad>
* **For further details please refer to**<https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app?tabs=certificate#register-an-application>
  {% endhint %}

After that, you may collect the following information to set up SSO on Hireforce ​

* Application (Client) ID: A unique identifier for your application.​
* Client Secret: A secret key used for authentication. Learn more ​
* Directory (Tenant) ID: A unique identifier for your organization's Azure Active Directory tenant.​

## Set up SSO on Hireforce

After collecting the necessary information, follow these steps to configure Single Sign-On (SSO)​

1. Go to the Settings page
2. &#x20;Select Security​
3. Enable the **Single Sign-On (SSO)** button: Make sure that you would like to continue​\
   \- Select **`Enable SSO`** if you want to Enable SSO as a sign-in method​\
   \- Select **`Cancel`** if you don’t want to keep setting SSO
4. Update Microsoft Entra credentials into the pop-up
5. Click **`Autheticate`** to complete

<figure><img src="/files/GbxjvaoIX3PRICYTsxF9" alt="" width="363"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.hireforce.io/product-guides/security/how-to-set-up-sso-on-hireforce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
