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)
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
We will need:
- Application (client) ID and Directory (tenant) ID from last step.
- Secret Value from Step#10.