Skip to main content

Ejento AI Register App for 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.


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

App Registration

Head over to: Microsoft Azure portal (PWA)

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