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

SharePoint Connection Set Up

To connect Ejento AI with SharePoint, you first need to configure an app registration in Microsoft Entra ID. This setup will generate the required credentials (Client ID, Tenant ID, and Client Secret) that enable secure authentication between Ejento and SharePoint.
💡 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, assign the necessary Microsoft Graph permissions, and create a client secret for integration.

1. In Microsoft Entra ID go to app registrations: Create a new app registration.#

image.png

2. Click on new registration:#

image.png

3. Enter the name “sharepointapp”. Add support for Multitenant (as shown in image below) and add the redirect URI under “Web” section.#

Reach out the Ejento team for your URI
image.png

4. Go to API Permissions:#

image.png

5. Click on “Add Permissions” and then on the right pane, click on “Microsoft Graph”#

image.png

6. Select Delegated Permissions:#

image.png

7. Under delegated permissions, search for the following four permissions and select these.#

image.png

8. Go to “Certificates & Secrets” and click on Add client secret#

image.png

9. Enter the name “New client secret” and set expiry for 730 days and add#

image.png

10. Make sure to copy the value field as this is only shown once. In case you missed it, you can delete the client secret and perform step 9 again.#

image.png

The Following values are required;#

1.
Application (client ID): would be available in the overview tab shown below
2.
Directory (tenant ID): Also available in the overview tab shown below
3.
Client secret key: Value copied from step 10
image.png
Previous
Okta SSO Authentication
Next
Developer API Set Up