我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们

此版本的 GitHub Enterprise 已停止服务 2020-11-12. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持

Creating an OAuth App

您可以在您的个人帐户下或在您有管理权限的任何组织下创建和注册 OAuth 应用程序。 创建 OAuth 应用程序时,请记住仅使用您认为公开的信息来保护您的隐私。

  1. 在任何页面的右上角,单击您的个人资料照片,然后单击 Settings(设置)

    用户栏中的 Settings 图标

  2. 在左侧边栏中,单击 Developer settings

    Developer settings 部分

  3. 在左边栏中,单击 OAuth Apps(OAuth 应用程序)

    OAuth 应用程序部分

  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. 单击 Register application(注册应用程序)

    Button to register an application