MeetBit SSO with Microsoft Entra
Last updated
Last updated
Microsoft Entra (previously Active Directory) is an identity and access solution offered by Microsoft. If your organization uses this and intends to integrate it as an SSO provider to MeetBit, follow the instructions below.
Ensure that you are following the instructions outlined in the Next Steps of Creating Providers for SSO. The details provided here correspond to Step 3 of that section.
From the Microsoft Azure Portal, head over to Microsoft Entra ID.
Once you are on the Microsoft Entra Directory Overview Page, copy the Tenant ID and paste it into the Create/Update Provider Page in the MeetBit Admin Panel.
From the Microsoft Azure Portal, head over to Enterprise Applications.
Once you are on the Enterprise Application Page, click "New Application" on the upper-left.
On the next page, click "Create your own application".
Provide a name of your choice. (E.g. MeetBit SSO)
Choose "Register an application to integrate with Microsoft Entra ID (App you're developing)".
Click "Create".
On the next page, select "Accounts in this organizational directory only (***** Directory only - Single tenant)".
Under Redirect URI, select "Web" as the platform and paste the Redirect URI provided in the Create/Update Provider Page from the MeetBit Admin Panel.
Click "Register".
After the application is created, copy the Application ID and paste it in the Create/Update Provider Page in the MeetBit Admin Panel.
Head over to the App's App Registration Page.
On the Application Page, click "Properties" under the "Manage" section.
Click "application registration".
On the App Registration Page, ensure that the Application has the following under API permissions:
User.Read
openid
profile
Still on the App Registration Page, create a new secret by clicking "Certificates & secrets"
Click "New client secret" and fill out the description and choose an expiry.
Once created, note down the Value.
Copy the Value and paste it into the "Client Secret" field under the Create/Update Provider Page in the MeetBit Admin Panel. Please note that this value is displayed only once, and if lost, you will need to create a new secret.
On the Create/Update Provider Page in the MeetBit Admin Panel, complete the setup process by filling out all necessary fields.
Follow the rest of the steps specified in the Next Steps of Creating Providers for SSO.
Ensure that in Step 4, you select the "Accounts in this organizational directory only (***** Directory only - Single tenant)" option to limit sign-ins to this specific Microsoft Organization only.
Remember to create a new client secret and update the client secret for the SSO provider in the MeetBit Admin Panel before the client secret expires. We recommend creating a calendar reminder for this task.