---
title: "Configuring Entra ID for Slate"
slug: "configuring-entra-id-for-slate"
updated: 2025-11-03T22:09:40Z
published: 2025-11-03T22:09:40Z
---

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

# Configuring Entra ID for Slate

This instructional article describes how to configure SSO through SAML using [Microsoft's Entra ID](https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id).

Single sign-on (SSO) with Security Assertion Markup Language (SAML) is widely used by organizations that need a common entry point to multiple applications and systems. With SSO through SAML, your users benefit from:

- **Simplified Login Process:** Users can access multiple applications and systems, such as learning management systems, student information systems, and financial aid platforms, with just one set of credentials, eliminating the need to remember multiple passwords and usernames.
- **Improved Security**: SAML provides a secure way to exchange authentication and authorization data between parties, reducing the risk of unauthorized access and data breaches.
- **Enhanced User Experience**: With SSO through SAML, users can seamlessly switch between applications and systems without the need to log in again, resulting in a smoother and more efficient user experience.

## Creating an Entra ID application

1. In the Entra Admin Center, go to **Applications → Enterprise Applications**.
2. Select **New application.**

![](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/New Applications.png)
3. Select **Create your own application**.

![](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/Create your own application.png)
4. Select **Set up single sign on**.

![](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/Set up single sign on.png)
5. Select **SAML.**![](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/SAML.png)
6. Configure Single Sign-On by entering the **Identifier (Entity ID)**and **Reply URL (Assertion Consumer Service URL):**
  - **Identifier**: With Slate, the *Identifier*will always be the subdomain or hostname that you have chosen for your Slate database. For example, if you chose `apply.college.edu`, the Identifier would be `https://apply.college.edu/`.
  - **Reply** **URL**: The value will be the Identifier above plus `manage/login` for the *Reply URL*—for example, `https://apply.college.edu/manage/login`.

![](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/Basic SAML Configuration.png)

## Testing the configuration

You can test this only after your Slate database is up and running (approximately a week after submitting the Technical Details form).

## Technical details form

You will be asked to provide the following information on our Technical Details form:

1. **Metadata URL**: Enter the App Federation Metadata URL from *SAML certificates* of your Entra ID application page for Slate
2. **Entity ID**: Enter the Entra ID Identifier.
3. **User ID attribute**: Enter `NameID`.

![](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/SAML Certificates.png)
