How to preconfigure SSO domains for the Office 365 add-in for the Zoom app

Zoom Outlook admins can integrate the Zoom Outlook add-in with the single sign-on (SSO) URL pre-configured in the add-in, greatly simplifying deployment. After the URL for the add-in is preconfigured, users are automatically prompted to use SSO to authenticate with the system when interacting with the add-in, e.g. B. by clicking the Add Zoom Meeting button or the Settings button within the add-in.

Remarks:

  • If you use custom manifest files, the add-in will not receive automatic updates and you must manually update it with a new manifest file to receive updates.
  • It is important to note that if the add-in has a pre-configured SSO URL, it cannot automatically log into the add-in upon deployment.

Prerequisites for managing SSO domains for the Outlook add-in

  • Your Zoom account has been configured with single sign-on (SSO).
  • The owner of the account or the administrator of the account

How to configure the manifest file

  1. Please download the Outlook add-in manifest file from the link below.
  2. Open the manifest file with a text editor and start editing.
  3. Replace the current value in %value% by c7740fe1-f1ea-4869-9bec-fc827930b38f.
    For example, if your manifest file lists the ID as a7ca6c74-33fb-43a4-a3e4-781078f0eff5change the line to c7740fe1-f1ea-4869-9bec-fc827930b38f.
  4. Two lines appear in the manifest that you need to find:
    <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://zoom.us/office365/schedule"/>
    <bt:Url id="functionFile" DefaultValue="https://zoom.us/office365/addzoom"/>
    <bt:Url id="phoneTaskpaneReadUrl" DefaultValue="https://zoom.us/office365/phoneread"/>
  5. Replace these lines with the lines above with the following lines respectively:
    <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://zoom.us/office365/schedule?login=sso&amp;domain=%ssodomain%"/>
    <bt:Url id="functionFile" DefaultValue="https://zoom.us/office365/addzoom?login=sso&amp;domain=%ssodomain%"/>
    <bt:Url id="phoneTaskpaneReadUrl" DefaultValue="https://zoom.us/office365/phoneread?login=sso&amp;domain=%ssodomain%"/>
  6. By replacing “%ssodomain%” with the name of your domain, you can change the newly added lines. Using mycompany.zoom.us as an example, you can simply replace “mycompany” instead of “%ssodomain%”.
  7. The file must be saved.

How to deploy the manifest file

  1. To access the Office 365 admin portal, you must sign in.
  2. After expanding the Settings section, click the Add-ins & Services link and then click the Configure button.
  3. To install the add-in, click the Deploy Add-in button.
  4. Click the Next button to continue.
  5. The next step is to upload your custom apps.
  6. You can select I have the manifest file (.xml) on this device by clicking the button.
  7. Please select the manifest file from the Choose File menu and click Open.
  8. You can upload your file by clicking the upload button.
  9. Click Deploy when you have selected the user assignments and deployment method you want to use.
  10. The deployment will complete as soon as the “Close” button is clicked once it is complete.

How to update the manifest file

You must download the latest version of the manifest file if you are using a custom manifest file and want to update it. Your configuration must also be updated if you use a custom manifest file. After this is completed, you need to follow the steps below to update the add-in:

  1. You can find this section in the Office 365 admin center by going to the Services & add-ins menu.
  2. You can zoom in by clicking on it.
  3. To update the add-in, click the Update button.
  4. Choose the location to save the new manifest file.
  5. Then click the Refresh button.

Read it too –


frequently asked Questions

The process of enabling or disabling automatic rotation of SSO certificates

  1. You must sign in before you can access the Zoom web portal.
  2. To enable single sign-on, click the Advanced link in the navigation menu.
  3. The Edit button is in the top right corner of the page.
  4. Select or clear the Automatically manage certificate check box under the Service Provider (SP) Entity ID.

Secure Web Authentication (SWA) is a method for configuring single sign-on

  1. In Office 365, select Sign in > Settings > EdiSelect Secure Web Authentication as one of your sign-in methods under Sign-in methods.b Authentication.
  2. The options below allow you to choose the most appropriate option for setting up your username and password for your account. …
  3. Section 3, “Provisioning Users,” explains the format of usernames in more detail. …
  4. Please click the Save button to save the changes.

MiniOrange’s Zoom Single Sign-On (SSO) allows you to restrict third-party access to Zoom. With Zoom SSO, you can allow your users to securely log into Zoom using their existing credentials while preventing third-party access. In this case, it’s important to note that the credentials used are based on your existing organization’s identity, directory, database, or identity provider where your organization’s users are currently stored (Azure Active Directory, Ping, ADFS, Database).

SSO with ADFS requires the following prerequisites to work

  • If you’re an educational or business Zoom member, you’ll receive a vanity URL associated with your account after you approve the vanity URL.
  • Access to the ADFS server is required.
  • Access to Zoom as an admin or owner.

Install and enable Office 365 single sign-on feature

Open the Azure AD Connect app on your sync server linked to AD Connect and click the connect button. In the next step, your computer will prompt you to make changes to your user account after clicking Change User Login. If you click next, you will be taken to a page where you have the option to enable single sign-on if you continue to click next.


Related Articles

Similar Posts