MeetBit Documentation
  • MeetBit Documentation
  • Meeting Links
    • Quick Start for Meeting Links
    • Managing Meeting Links
    • Meeting Link Publishing & Versioning
    • Meeting Link Representatives
    • Meeting Link Settings
    • Meeting Link Notifications
    • Embedding Meeting Links
    • Meeting Link Query Parameters
  • Calendar & Events
    • Quick Start for Calendar & Events
    • Creating & Updating Events
    • Rescheduling Events
    • Reassigning Events
    • Canceling Events
  • Forms
    • Quick Start for Forms
    • Creating, Updating & Deleting Forms
    • Contents of a Form
    • Viewing Form Responses
    • Deleting & Restoring a Form Response
  • Rooms
    • Quick Start for Rooms
    • Conference Rooms
      • Creating, Updating & Deleting Conference Rooms
      • Conference Room Attendees
      • Conference Room Recordings
      • Conference Room Privacy
      • Supported Devices
    • Chat Rooms
      • Updating & Deleting Chat Rooms
  • Chat
    • Coming Soon
  • Notifications
    • Quick Start for Notifications
    • Managing Notifications
    • Notification Triggers
    • Notification Blocks
    • Liquid Templating for Notifications
  • Page Designs
    • Quick Start for Page Designs
    • Creating, Updating & Deleting Page Designs
    • Page Design Publishing & Versioning
    • Page Design Settings
    • Liquid Templating for Page Designs
  • Reporting
    • Activities
    • Performance
    • Exports
  • Billing & Usage
    • Usage
    • Contracts
    • Invoices
  • Access & Permissions
    • Users
    • Departments
    • Roles
    • Access Control
    • Single Sign-On
      • MeetBit SSO with Microsoft Entra
      • MeetBit SSO with Google Identity Platform
  • Others
    • GitHub Markdown
    • Liquid Templating
Powered by GitBook
On this page

Was this helpful?

  1. Access & Permissions
  2. Single Sign-On

MeetBit SSO with Microsoft Entra

PreviousSingle Sign-OnNextMeetBit SSO with Google Identity Platform

Last updated 11 months ago

Was this helpful?

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 . The details provided here correspond to Step 3 of that section.

  1. From the Microsoft Azure Portal, head over to Microsoft Entra ID.

  2. 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.

  3. From the Microsoft Azure Portal, head over to Enterprise Applications.

  4. Once you are on the Enterprise Application Page, click "New Application" on the upper-left.

  5. On the next page, click "Create your own application".

  6. Provide a name of your choice. (E.g. MeetBit SSO)

  7. Choose "Register an application to integrate with Microsoft Entra ID (App you're developing)".

  8. Click "Create".

  9. On the next page, select "Accounts in this organizational directory only (***** Directory only - Single tenant)".

  10. 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.

  11. Click "Register".

  12. After the application is created, copy the Application ID and paste it in the Create/Update Provider Page in the MeetBit Admin Panel.

  13. Head over to the App's App Registration Page.

  14. On the Application Page, click "Properties" under the "Manage" section.

  15. Click "application registration".

  16. On the App Registration Page, ensure that the Application has the following under API permissions:

  • User.Read

  • email

  • openid

  • profile

  1. Still on the App Registration Page, create a new secret by clicking "Certificates & secrets"

  2. Click "New client secret" and fill out the description and choose an expiry.

  1. Once created, note down the Value.

  2. 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.

  3. On the Create/Update Provider Page in the MeetBit Admin Panel, complete the setup process by filling out all necessary fields.

    1. 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.

    2. 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.

Follow the rest of the steps specified in the .

Next Steps of Creating Providers for SSO
Next Steps of Creating Providers for SSO
Create Provider Page for Single Sign-On with Google