diff options
author | Drew Blessing <drew.blessing@me.com> | 2014-04-02 22:11:25 -0500 |
---|---|---|
committer | Drew Blessing <drew.blessing@me.com> | 2014-04-10 07:31:54 -0500 |
commit | 728b05cab7f4bc87cbdc9d1ecb3d54f96ff24ce2 (patch) | |
tree | 2f36d1c0a8aeec4c39fb130b4bf81a7affc63de9 /doc/integration/README.md | |
parent | 03472b4fc02a256c90c0285765e7da82c56e93a2 (diff) | |
download | gitlab-ce-728b05cab7f4bc87cbdc9d1ecb3d54f96ff24ce2.tar.gz |
Add OmniAuth Documentation
Add GitHub OmniAuth docs
Google instructions
Google instructions
Merge master
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Add Google and Twitter docs
Add screenshot
Add screenshot
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Finalize current docs
Finalize current docs
Add existing user information
Add twitter
Add twitter
Add Twitter disclaimer
Add Twitter disclaimer
remove old doc
Remove unnecessary link
Revert omniauth provider format
Add OmniAuth Documentation
Add GitHub OmniAuth docs
Google instructions
Google instructions
Merge master
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Add Google and Twitter docs
Add screenshot
Add screenshot
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Finalize current docs
Finalize current docs
Add existing user information
Add twitter
Add twitter
Add Twitter disclaimer
Add Twitter disclaimer
remove old doc
Remove unnecessary link
Revert omniauth provider format
Use omniauth again
Remove notice
Restore whitespace
Slight changes
Diffstat (limited to 'doc/integration/README.md')
-rw-r--r-- | doc/integration/README.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/integration/README.md b/doc/integration/README.md index fac43c63e9a..3e8d329d558 100644 --- a/doc/integration/README.md +++ b/doc/integration/README.md @@ -1,3 +1,8 @@ -+ [External issue tracker](external-issue-tracker.md) -+ [LDAP](ldap.md) -+ [oAuth](oauth.md) Login with Twitter, GitHub, etc.
\ No newline at end of file +# GitLab Integration + +GitLab integrates with multiple third-party services to allow external issue trackers and external authentication. +See the documentation below for details on how to configure these services. + ++ [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc. ++ [LDAP](ldap.md) Set up sign in via LDAP ++ [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, and Google via OAuth. |