Створення програми OAuth

You can create an OAuth App under your organization. Only organization admins will be able to modify its credentials or delete an OAuth app to revoke its access.

Варіанти використання

Деякі з найпоширеніших застосувань для цієї функції включають:

  • OAuth apps let you make authorized requests to Crowdin Enterprise API.
  • Додаток OAuth часто використовуються як сервіс одноразового входу. Ви можете дозволити користувачам входити у вашу службу за допомогою своїх акаунтів Crowdin.

Додавання нового додатку

To add a new application, follow these steps:

  1. In the upper-right corner, click your profile photo and select Organization Settings. Налаштування організації
  2. Select OAuth apps tab and click New App. OAuth app
  3. On the Create application page, enter the following information:
    • Application name and Application description (optional) will be shown to users when they authorize the app with access to their Crowdin Enterprise accounts.
    • Authorization callback URLs are the URLs where users will be sent after they authorize with Crowdin Enterprise. Ви можете додати кілька URL-адрес, розділених комою (не потрібно використовувати лапки). OAuth App Details
    • Select the access your app requires from the list of Scopes available. OAuth App Scopes
  4. Click Create Application.
Note: By default, newly created OAuth apps are restricted to the app owner's Crowdin Enterprise organization. To make them available in other organizations, [Contact Support Team](https://uk.crowdin.com/contacts) with the respective request.

Модифікація додатку OAuth

After creating an OAuth application, organization admins can make changes to it. Go to Organization Settings > OAuth apps tab to see the list of OAuth apps added for your organization. OAuth Apps List

Click the necessary app to be able to:

  • Update the application name, description, URLs, and scopes.
  • Delete the application.
    Oauth App info
  • Check how many organization users are using the app.
  • Доступ до ідентифікатора клієнта та секретного коду, створеного додатком.
  • Reset Client Secret for the app.
  • Revoke all user tokens.
    OAuth Apps User Info

Ця стаття була корисною?