Hallo, Entdecker! An dieser Seite wird aktiv gearbeitet, oder sie wird noch übersetzt. Die neuesten und genauesten Informationen findest Du in unserer englischsprachigen Dokumentation.

Diese Version von GitHub Enterprise wurde eingestellt am 2021-03-02. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für eine bessere Leistung, verbesserte Sicherheit und neue Features nimm ein Upgrade auf die neueste Version von GitHub Enterprise vor. Wende Dich an den GitHub Enterprise-Support, um Hilfe beim Upgrade zu erhalten.

Creating an OAuth App

You can create and register an OAuth App under your personal account or under any organization you have administrative access to. While creating your OAuth app, remember to protect your privacy by only using information you consider public.

  1. Klicke in der oberen rechten Ecke einer beliebigen Seite auf Dein Profilfoto und klicke dann auf Settings (Einstellungen).

    Symbol „Settings" (Einstellungen) auf der Benutzerleiste

  2. Klicke auf der linken Seitenleiste auf Developer settings (Entwicklereinstellungen).

    Abschnitt „Developer settings“ (Entwicklereinstellungen)

  3. In the left sidebar, click OAuth Apps.

    OAuth Apps section

  4. Click New OAuth App.

    Button to create a new OAuth app

    Note: If you haven't created an app before, this button will say, Register a new application.

  5. In "Application name", type the name of your app.

    Field for the name of your app

    Warning: Only use information in your OAuth app that you consider public. Avoid using sensitive data, such as internal URLs, when creating an OAuth App.

  6. In "Homepage URL", type the full URL to your app's website.

    Field for the homepage URL of your app

  7. Optionally, in "Application description", type a description of your app that users will see.

    Field for a description of your app

  8. In "Authorization callback URL", type the callback URL of your app.

    Field for the authorization callback URL of your app

  9. Klicke auf Register application (Anwendung registrieren).

    Button to register an application