summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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