Creare un'App OAuth

Puoi creare un’App OAuth sotto il tuo profilo. Solo tu potrai modificarne le credenziali o eliminare un’app di OAuth per revocarne l’accesso.

Casi d’uso

Alcuni degli usi più comuni per questa funzionalità includono:

  • OAuth apps let you make authorized requests to Crowdin API.
  • Le app di OAuth sono spesso usate come un servizio d’Accesso Singolo. Puoi consentire agli utenti di accedere al tuo servizio con i loro profili di Crowdin.

Aggiungere una Nuova Applicazione

Per aggiungere una nuova applicazione, sei pregato di seguire questi passaggi:

  1. Nell’angolo superiore destro, clicca la tua foto profilo e seleziona Impostazioni. Impostazioni dell'account
  2. Seleziona la scheda delle Applicazioni OAuth e clicca Nuova Applicazione. Sezione delle App OAuth
  3. Nella finestra apparsa, inserisci le seguenti informazioni:
    • Name and Description (optional) will be shown to users when they authorize the app with access to their Crowdin accounts.
    • Authorization callback URLs are the URLs where users will be sent after they authorize with Crowdin. You can add multiple URLs separated by a comma (no need to use quotation marks).
    • Select the access your app requires from the list of Scopes available.
  4. Click Create.
    Create OAuth App

Modifying an OAuth App

After creating an OAuth application, you can make changes to it. Go to your account’s Settings > OAuth Applications to see the list of OAuth apps created under your account, dates when the apps were created, and check how many users are using each app.

Oauth App Context Menu With the help of available options you’ll be able to: Click the icon in the Actions column on the necessary app to open the context menu.

  • Edit - Update the application name, description, URLs, and scopes. Access Client ID and Client Secret of the created application. Oauth App info
  • Reset secret - Reset Client Secret for the app.
  • Revoke tokens - Revoke all user tokens.
  • Delete - Delete the application.

Questo articolo è stato utile?