Create Spring Boot OAuth app for Zoom Authentication

I started exploring the ZOOM API. I create OAuth App and trying to use the app details in my spring boot project. But I am not clear on what details I need to provide in yaml file.

I added the below details in yaml file.

spring:
security:
oauth2:
client:
registration:
zoom:
clientId:
clientSecret:
authorizationGrantType: authorization_code
redirectUri:
provider:
zoom:
authorizationUri:

I am missing some information. Please help out to authenticate my app through ZOOM OAuth.
If any resources that will help me, please share those.

Thank you!

Hey @gundamaiah.a5,

Here is our OAuth guide: https://marketplace.zoom.us/docs/guides/auth/oauth

Let me know if you have additional questions.

Thanks,
Tommy