github-desktop/docs/contributing/github-enterprise-auth-from-dev-build.md
Billy Griffin 7e58c67158 Replace "Enterprise Server" with "Enterprise"
Since GitHub is launching additional variants of GitHub Enterprise, we want to avoid confusion by changing references to Enterprise Server to just Enterprise.
2020-12-14 12:08:53 -07:00

849 B

Authenticating GitHub Enterprise from a Desktop-dev Build

  1. Find or create an organization on the GHE instance that you are an owner of
  2. Create a new OAuth app in the organization. Input x-github-client://oauth as the authorization callback URL: New_OAuth_Application
  3. Insert the Client ID and Client Secret into the app-info.ts file
  4. Build and run the Desktop-dev app
  5. Go to "Preferences", click the "Accounts" tab, and sign into GitHub Enterprise. Click "Continue With Browser" to proceed with the OAuth flow