Files
gitlabhq/doc
Rémy Coutable fa82fd1283 Merge branch 'clarify-github-integration-docs' into 'master'
Fix documentation for Github integration authorization callback url.

There are two callbacks that could be used with Github integration:

  * /import/github/callback (used by project import)
  * /users/auth/github/callback (used by OmniAuth)

Github's documentation suggests that authorization callback url should be
set to the longest common path.

https://developer.github.com/v3/oauth/#redirect-urls

Configuring according to the previous documentation resulted in a
redirect_uri_mismatch error from Github when logging in via OmniAuth.

See merge request !4111
2016-07-08 15:50:02 +00:00
..
2016-07-08 14:52:37 +00:00
2016-07-05 15:04:44 +03:00
2016-05-29 22:34:58 -07:00
2016-05-29 22:35:23 -07:00
2016-06-26 12:43:10 +09:00

Documentation

User documentation

Administrator documentation

Contributor documentation

  • Documentation styleguide Use this styleguide if you are contributing to documentation.
  • Development Explains the architecture and the guidelines for shell commands.
  • Legal Contributor license agreements.