summaryrefslogtreecommitdiffstats
path: root/doc/integrations/Single-Sign-On/Github.md
Commit message (Collapse)AuthorAgeFilesLines
* Add unofficial guide for GitHub SSOYi EungJun2015-12-031-20/+0
| | | | | | | | | | | | | SSO for Github Enterprise was added at 6d63f57, but it seemed not to work with GitHub. The curlpits were: * The url to get the authenticate user is /user, not /api/v3/user. * Users should set their public email for GitHub. Describe the detail in GitHub.md and rename the original Github.md to GitHub-Enterprise.md.
* Note that the Github Enterprise SSO is unofficialYi EungJun2015-12-021-2/+4
| | | | | | | Since the GitLab SSO UI is used for GitHub Enterprise SSO, it's potentially confusing. Suggested-by: it33 <iantien@gmail.com>
* Make the Gitlab SSO Support compatible with Github EnterpriseYi EungJun2015-12-021-0/+18
See doc/integrations/Single-Sign-On/Github.md for the usage. Note: I thought it should work also with Github.com but it failed with "Bad token type" error.