> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prenotify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Identity Providers

> Configure external identity providers for user authentication to the application

Identity providers allow your users to log into PreNotify using their existing accounts from external identity systems like Microsoft Entra. Instead of creating separate local accounts, users can authenticate with their familiar work or personal credentials.

## Supported Identity Providers

These providers can be used to connect and log in to PreNotify:

* Microsoft Entra ID

### Microsoft Entra ID

Integrate with Microsoft’s enterprise identity platform to allow users to authenticate using their Microsoft Entra ID Directory accounts. Ideal for organizations using Microsoft 365 or other Azure services, providing seamless single sign-on across your Microsoft ecosystem.

## How to Add an Identity Provider

<Steps>
  <Step title="Navigate to Users" stepNumber={1}>
    Click on "Users" in the navigation bar.
  </Step>

  <Step title="Enable a Identity Provider" stepNumber={2}>
    Click the "Enable" button next to the integration, under Actions in the table.
  </Step>

  <Step title="Configure Integration" stepNumber={3}>
    Click the "Edit" button next to the integration, under Actions in the table. On the new page, enter configuration settings and then click "Save".
  </Step>

  <Step title="Create Users" stepNumber={4}>
    Visit Access Control > Create User to see how to create user accounts.
  </Step>
</Steps>
