diff options
author | Alex <dev.alexkeramidas@gmail.com> | 2016-12-11 14:09:37 +0200 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2016-12-21 10:51:10 +0200 |
commit | 6e186b76bb22c5803e3d7105f8ff78c11128812d (patch) | |
tree | 92091c59aec8369c509de8d213b19d0fdf8834ee /doc/integration | |
parent | aa4a6cacfad794814952a303186cb9f5e4e1d427 (diff) | |
download | gitlab-ce-6e186b76bb22c5803e3d7105f8ff78c11128812d.tar.gz |
Added support for Authentiq oauth provider
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/README.md | 2 | ||||
-rw-r--r-- | doc/integration/omniauth.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/integration/README.md b/doc/integration/README.md index f8ffa6dcb7f..ed843c0bfa9 100644 --- a/doc/integration/README.md +++ b/doc/integration/README.md @@ -8,7 +8,7 @@ See the documentation below for details on how to configure these services. - [JIRA](../project_services/jira.md) Integrate with the JIRA issue tracker - [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, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd and Azure +- [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd, Azure and Authentiq ID - [SAML](saml.md) Configure GitLab as a SAML 2.0 Service Provider - [CAS](cas.md) Configure GitLab to sign in using CAS - [OAuth2 provider](oauth_provider.md) OAuth2 application creation diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md index 8a55fce96fe..4c933cef9b7 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -30,6 +30,7 @@ contains some settings that are common for all providers. - [Crowd](crowd.md) - [Azure](azure.md) - [Auth0](auth0.md) +- [Authentiq](../administration/auth/authentiq.md) ## Initial OmniAuth Configuration |