diff --git a/src/assets/screenshots/crowdin/getting-started/account/oauth_apps_new_app.png b/src/assets/screenshots/crowdin/getting-started/account/oauth_apps_new_app.png deleted file mode 100644 index dddc716ae..000000000 Binary files a/src/assets/screenshots/crowdin/getting-started/account/oauth_apps_new_app.png and /dev/null differ diff --git a/src/content/docs/crowdin/getting-started/account/settings.mdx b/src/content/docs/crowdin/getting-started/account/settings.mdx index 3e27ef1ea..b5bda1cae 100644 --- a/src/content/docs/crowdin/getting-started/account/settings.mdx +++ b/src/content/docs/crowdin/getting-started/account/settings.mdx @@ -23,7 +23,6 @@ import twoFactorAuthenticationRecoveryCodes from '!/crowdin/getting-started/acco import sessions from '!/crowdin/getting-started/account/account_settings_sessions.png'; import tokens from '!/crowdin/getting-started/account/account_settings_tokens.png'; import sudoModeConfirmingCredentials from '!/crowdin/getting-started/account/sudo_mode_confirming_credentials.png'; -import oauthAppsNewApp from '!/crowdin/getting-started/account/oauth_apps_new_app.png'; import ratesSettings from '!/crowdin/getting-started/account/account_settings_rates.png'; Manage your Crowdin account settings, including profile details, notification preferences, security settings, and more using the **Account Settings** page. To access it, click on your profile picture in the upper-right corner and select **Settings**. @@ -426,12 +425,13 @@ To add a new application, follow these steps: 1. In the upper-right corner, click on your profile picture and select **Settings**. - 1. Switch to the **OAuth** tab and click **New Application**. - 1. In the appeared dialog, specify the following information: - * **Name** and **Description** – (optional) will be displayed to users when they authorize the app to access their Crowdin accounts. - * **Authorization callback URLs** – the URLs to which users will be sent after they authorize with Crowdin. You can add multiple URLs separated by commas (no need to use quotes). + 2. Switch to the **OAuth** tab and click **New Application**. + 3. In the dialog that opens, specify the following information: + * **Name** and **Description**: (Optional) Will be displayed to users when they authorize the app to access their Crowdin accounts. + * **Authorization callback URLs**: The URLs to which users will be sent after they authorize with Crowdin. You can add multiple URLs separated by commas (no need to use quotes). + * **Confidential**: Selected by default. Keep it selected when a trusted backend can store the client secret. Clear it for single-page (SPA), mobile, and CLI apps, which authorize with PKCE and have no client secret. * Select the access your app needs from the list of available [Scopes](/developer/understanding-scopes/). - 1. Click **Create**. Create OAuth App + 4. Click **Create**.