PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/topics/authentication/index.md

https://gitlab.com/fuxu/gitlab-ce
Markdown | 48 lines | 39 code | 9 blank | 0 comment | 0 complexity | 67db582cb32c3966074b4f4c450b05bc MD5 | raw file
  1. # Authentication
  2. This page gathers all the resources for the topic **Authentication** within GitLab.
  3. ## GitLab users
  4. - [SSH](../../ssh/README.md)
  5. - [Two-Factor Authentication (2FA)](../../user/profile/account/two_factor_authentication.md#two-factor-authentication)
  6. - **Articles:**
  7. - [Support for Universal 2nd Factor Authentication - YubiKeys](https://about.gitlab.com/2016/06/22/gitlab-adds-support-for-u2f/)
  8. - [Security Webcast with Yubico](https://about.gitlab.com/2016/08/31/gitlab-and-yubico-security-webcast/)
  9. - **Integrations:**
  10. - [GitLab as OAuth2 authentication service provider](../../integration/oauth_provider.md#introduction-to-oauth)
  11. - [GitLab as OpenID Connect identity provider](../../integration/openid_connect_provider.md)
  12. ## GitLab administrators
  13. - [LDAP (Community Edition)](../../administration/auth/ldap.md)
  14. - [LDAP (Enterprise Edition)](https://docs.gitlab.com/ee/administration/auth/ldap-ee.html)
  15. - [Enforce Two-factor Authentication (2FA)](../../security/two_factor_authentication.md#enforce-two-factor-authentication-2fa)
  16. - **Articles:**
  17. - [How to Configure LDAP with GitLab CE](../../articles/how_to_configure_ldap_gitlab_ce/index.md)
  18. - [How to Configure LDAP with GitLab EE](https://docs.gitlab.com/ee/articles/how_to_configure_ldap_gitlab_ee/)
  19. - [Feature Highlight: LDAP Integration](https://about.gitlab.com/2014/07/10/feature-highlight-ldap-sync/)
  20. - [Debugging LDAP](https://about.gitlab.com/handbook/support/workflows/ldap/debugging_ldap.html)
  21. - **Integrations:**
  22. - [OmniAuth](../../integration/omniauth.md)
  23. - [Authentiq OmniAuth Provider](../../administration/auth/authentiq.md#authentiq-omniauth-provider)
  24. - [Atlassian Crowd OmniAuth Provider](../../administration/auth/crowd.md)
  25. - [CAS OmniAuth Provider](../../integration/cas.md)
  26. - [SAML OmniAuth Provider](../../integration/saml.md)
  27. - [Okta SSO provider](../../administration/auth/okta.md)
  28. - [Kerberos integration (GitLab EE)](https://docs.gitlab.com/ee/integration/kerberos.html)
  29. ## API
  30. - [OAuth 2 Tokens](../../api/README.md#oauth-2-tokens)
  31. - [Private Tokens](../../api/README.md#private-tokens)
  32. - [Impersonation tokens](../../api/README.md#impersonation-tokens)
  33. - [GitLab as an OAuth2 provider](../../api/oauth2.md#gitlab-as-an-oauth2-provider)
  34. ## Third-party resources
  35. - [Kanboard Plugin GitLab Authentication](https://kanboard.net/plugin/gitlab-auth)
  36. - [Jenkins GitLab OAuth Plugin](https://wiki.jenkins-ci.org/display/JENKINS/GitLab+OAuth+Plugin)
  37. - [Setup Gitlab CE with Active Directory authentication](https://www.caseylabs.com/setup-gitlab-ce-with-active-directory-authentication/)
  38. - [How to customize GitLab to support OpenID authentication](http://eric.van-der-vlist.com/blog/2013/11/23/how-to-customize-gitlab-to-support-openid-authentication/)
  39. - [Openshift - Configuring Authentication and User Agent](https://docs.openshift.org/latest/install_config/configuring_authentication.html#GitLab)