Ejento AI Register App for Microsoft SSO Authentication
App Registration
Head over to: Microsoft Azure portal (PWA)
1. Search "App Registrations" in the search bar

2. Click on New registration

3. Type the Application Name

4. Select the second option from this list

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

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

7. Click on Save

Generating Client Secret
1. Click on New client secret

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

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

Token Configuration
1. Click on Token configuration

2. Click on Add optional claim and Select Access

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

4. Go to Overview and copy clientID and TenantID

API Permissions
1. Click on API permissions

2. Click on Add a permission

3. Click on Microsoft Graph

4. Click on Application permissions.

5. Type "user "

6. Expand User group

7. Select User.Read.All

8. Click on Add permissions

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