Log in to Zoom using WSO2 Identity Server¶
This page guides you through integrating WSO2 Identity Server for Single Sign-On (SSO) with Zoom.
Before you begin
You need to have a Zoom account that supports SSO. Refer to the Zoom documentation for more details.
Create the Zoom application¶
Follow the steps given below to register the Zoom application in WSO2 Identity Server.
-
On the WSO2 Identity Server Console, go to Applications.
-
Click New Application and under SSO Integrations, select Zoom..
-
Provide the Zoom domain name and a name for the application.
Domain Name
Zoom domain name is the first part of your Zoom vanity URL. If your vanity URL is
https://myorg.zoom.us
, entermyorg
as the Domain Name. Follow Zoom's guidelines to request your vanity URL -
Click Create to complete the registration.
Configure Zoom¶
Follow the steps below to configure Zoom for SSO with WSO2 Identity Server.
-
Log in to Zoom.
-
Use the following values and configure SSO settings for Zoom. Refer to Zoom documentation for more information.
-
Sign-in page URL -
https://localhost:9443/samlsso
-
Sign-out page URL -
https://localhost:9443/samlsso
-
Identity Provider Certificate - Obtain the certificate from the
Guide
tab of the configured Zoom application in WSO2 Identity Server. -
Service Provider (SP) Entity ID - WSO2 Identity Server supports a URN-based Entity ID for service providers. Therefore, retain the default URN-based value selected for this which takes the form
<domain-name>.zoom.us
-
Issuer (IDP Entity ID) -
localhost
-
Try it out¶
Now that you have integrated WSO2 Identity Server with Zoom, follow the steps below to test it.
-
Create a user in WSO2 Identity Server and ensure the same user exists in your Zoom organization with the same email address.
-
Navigate to the Zoom SSO sign-in page and enter the company domain. You will then be redirected to the WSO2 Identity Server login screen.
-
Enter the username and password of the user and complete the login process.
Troubleshooting guidelines¶
To troubleshoot SSO failures on the Zoom side, refer to the SAML response logs. Follow Zoom documentation to learn more.