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`