From 9aa8f8a30cd1aa2727ca628846acc1dd10198019 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:59:33 +0530 Subject: [PATCH] Update oauth.mdx (#17671) --- docs/developing/guides/appstore-and-integration/oauth.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/developing/guides/appstore-and-integration/oauth.mdx b/docs/developing/guides/appstore-and-integration/oauth.mdx index 80fe58d852..85f3090c62 100644 --- a/docs/developing/guides/appstore-and-integration/oauth.mdx +++ b/docs/developing/guides/appstore-and-integration/oauth.mdx @@ -7,11 +7,6 @@ To enable OAuth in one of your apps, you will need a Client ID, Client Secret, A -### OAuth Client Credentials -Only the Cal.com team can create new OAuth clients. Please contact us at [support@cal.com](mailto:support@cal.com) with the following details: client name, redirect URI (provided by the app), app logo, and a link to the app. - -The Cal.com team will register the app and provide you with the Client ID and Client Secret. Keep these credentials confidential and secure. - ### Authorization URL To initiate the OAuth flow, direct users to the following authorization URL: - `https://app.cal.com/auth/oauth2/authorize`