summaryrefslogtreecommitdiff
path: root/doc/integration/omniauth.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-01 09:21:03 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-01 09:21:03 +0200
commitf525c7c3cb508adcb8061318d99df34ed747666e (patch)
tree93469750941af1214ae42fd1f504173915103555 /doc/integration/omniauth.md
parente71cd7a300017cf85e16de3b1c68fdb25c3a4b4d (diff)
downloadgitlab-ce-doc/integration-refactor.tar.gz
Add CAS to omniauth providers and sort them alphabeticallydoc/integration-refactor
Diffstat (limited to 'doc/integration/omniauth.md')
-rw-r--r--doc/integration/omniauth.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md
index 8a55fce96fe..185df03e52c 100644
--- a/doc/integration/omniauth.md
+++ b/doc/integration/omniauth.md
@@ -19,17 +19,18 @@ This is a list of the current supported OmniAuth providers. Before proceeding
on each provider's documentation, make sure to first read this document as it
contains some settings that are common for all providers.
-- [GitHub](github.md)
+- [Auth0](auth0.md)
+- [Azure](azure.md)
+- [CAS](cas.md)
+- [Crowd](crowd.md)
- [Bitbucket](bitbucket.md)
+- [Facebook](facebook.md)
- [GitLab.com](gitlab.md)
+- [GitHub](github.md)
- [Google](google.md)
-- [Facebook](facebook.md)
-- [Twitter](twitter.md)
-- [Shibboleth](shibboleth.md)
- [SAML](saml.md)
-- [Crowd](crowd.md)
-- [Azure](azure.md)
-- [Auth0](auth0.md)
+- [Shibboleth](shibboleth.md)
+- [Twitter](twitter.md)
## Initial OmniAuth Configuration