Ejento AI
GuidesQuickstartRecipesREST APIsRelease NotesFAQs
GuidesQuickstartRecipesREST APIsRelease NotesFAQs
Ejento AI
  1. Setup After Deployment
  • How to Setup Ejento on Azure
  • Prerequisites
  • Deployment on Azure
  • Setup After Deployment
    • Custom Domain Set Up
    • Microsoft SSO Authentication
    • Okta SSO Authentication
    • SharePoint Connection Set Up
    • Developer API Set Up
  • Overview
    • Azure Resources
  1. Setup After Deployment

Microsoft SSO Authentication

Welcome to the guide on registering your application for Microsoft Single Sign-On (SSO) authentication with Ejento AI. This guide will walk you through the necessary steps to configure your application and integrate it with Microsoft's identity platform for secure and streamlined authentication.
💡 Note: The following steps are to be completed after deployment is initiated — please finish the deployment process before proceeding.

Follow the steps below to register your app for Microsoft SSO Authentication:

App Registration#

Head over to: Microsoft Azure portal (PWA)#

1. Search "App Registrations" in the search bar#

Step 1 screenshot

2. Click on New registration#

Step 2 screenshot

3. Type the Application Name#

Step 3 screenshot

4. Select the second option from this list#

Step 4 screenshot

5. Select Web, Put this url in this field and click on Register#

Step 5 screenshot

6. Go to Authentication (Sidebar), Select both of the checkboxes here (on the right)#

Step 6 screenshot

7. Click on Save#

Step 7 screenshot

Generating Client Secret#

1. Click on New client secret#

Step 8 screenshot

2. Create a client secret by filling these fields and click on Add#

Step 9 screenshot

3. Copy the secret value and ID, make sure to save the secret before leaving the page.#

Step 10 screenshot

Token Configuration#

1. Click on Token configuration#

Step 11 screenshot

2. Click on Add optional claim and Select Access#

Step 12 screenshot

3. Check these claims from the list and click on Add#

Step 13 screenshot

4. Go to Overview and copy clientID and TenantID#

Step 14 screenshot
We will need:
Application (client) ID and Directory (tenant) ID from last step.
Secret Value from Step#10.

API Permissions#

1. Click on API permissions#

Step 1 screenshot

2. Click on Add a permission#

Step 2 screenshot

3. Click on Microsoft Graph#

Step 3 screenshot

4. Click on Application permissions.#

Step 4 screenshot

5. Type "user "#

Step 5 screenshot

6. Expand User group#

Step 6 screenshot

7. Select User.Read.All#

Step 7 screenshot

8. Click on Add permissions#

Step 8 screenshot

9. User.Read.All permission is assigned to your Application#

Step 9 screenshot

10. Click the three dots next to each permission and grant the required access for both of them#

grant-perm.png
Previous
Custom Domain Set Up
Next
Okta SSO Authentication