Zoom
Create a Zoom App from Marketplace
-
Visit Zoom Marketplace.
-
Hover on the
Develop
button and selectBuild App
-
Select
General App
and clickCreate
Configure your Zoom App
Ensure that you are in the Basic Information
of your app settings.
-
Under
Select how the app is managed
, chooseUser-managed
-
Under
App Credentials
, copy yourClient ID
andClient Secret
and store them in a safe location -
Under
OAuth Information
->OAuth Redirect URL
, add your Callback URL. For example,For production, you should set it to the URL of your application. If you change the base path of the auth routes, you should update the redirect URL accordingly.
Skip to the Scopes
section, then
- Click the
Add Scopes
button - Search for
user:read:user
(View a user) and select it - Add any other scopes your applications needs and click
Done
Configure the provider
To configure the provider, you need to import the provider and pass it to the socialProviders
option of the auth instance.
Sign In with Zoom
To sign in with Zoom, you can use the signIn.social
function provided by the client.
You will need to specify zoom
as the provider.