PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/topics/authentication/index.md

https://gitlab.com/artofhuman/gitlab-ce
Markdown | 48 lines | 39 code | 9 blank | 0 comment | 0 complexity | 83968e715d0501022fc79b431fbbfb65 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. - [Why do I keep getting signed out?](../../user/profile/index.md#why-do-i-keep-getting-signed-out)
  7. - **Articles:**
  8. - [Support for Universal 2nd Factor Authentication - YubiKeys](https://about.gitlab.com/2016/06/22/gitlab-adds-support-for-u2f/)
  9. - [Security Webcast with Yubico](https://about.gitlab.com/2016/08/31/gitlab-and-yubico-security-webcast/)
  10. - **Integrations:**
  11. - [GitLab as OAuth2 authentication service provider](../../integration/oauth_provider.md#introduction-to-oauth)
  12. - [GitLab as OpenID Connect identity provider](../../integration/openid_connect_provider.md)
  13. ## GitLab administrators
  14. - [LDAP (Community Edition)](../../administration/auth/ldap.md)
  15. - [LDAP (Enterprise Edition)](https://docs.gitlab.com/ee/administration/auth/ldap-ee.html)
  16. - [Enforce Two-factor Authentication (2FA)](../../security/two_factor_authentication.md#enforce-two-factor-authentication-2fa)
  17. - **Articles:**
  18. - [How to Configure LDAP with GitLab CE](../../administration/auth/how_to_configure_ldap_gitlab_ce/index.md)
  19. - [How to Configure LDAP with GitLab EE](https://docs.gitlab.com/ee/articles/how_to_configure_ldap_gitlab_ee/)
  20. - [Feature Highlight: LDAP Integration](https://about.gitlab.com/2014/07/10/feature-highlight-ldap-sync/)
  21. - [Debugging LDAP](https://about.gitlab.com/handbook/support/workflows/support-engineering/ldap/debugging_ldap.html)
  22. - **Integrations:**
  23. - [OmniAuth](../../integration/omniauth.md)
  24. - [Authentiq OmniAuth Provider](../../administration/auth/authentiq.md#authentiq-omniauth-provider)
  25. - [Atlassian Crowd OmniAuth Provider](../../administration/auth/crowd.md)
  26. - [CAS OmniAuth Provider](../../integration/cas.md)
  27. - [SAML OmniAuth Provider](../../integration/saml.md)
  28. - [Okta SSO provider](../../administration/auth/okta.md)
  29. - [Kerberos integration (GitLab EE)](https://docs.gitlab.com/ee/integration/kerberos.html)
  30. ## API
  31. - [OAuth 2 Tokens](../../api/README.md#oauth-2-tokens)
  32. - [Personal access tokens](../../api/README.md#personal-access-tokens)
  33. - [Impersonation tokens](../../api/README.md#impersonation-tokens)
  34. - [GitLab as an OAuth2 provider](../../api/oauth2.md#gitlab-as-an-oauth2-provider)
  35. ## Third-party resources
  36. - [Kanboard Plugin GitLab Authentication](https://github.com/kanboard/plugin-gitlab-auth)
  37. - [Jenkins GitLab OAuth Plugin](https://wiki.jenkins.io/display/JENKINS/GitLab+OAuth+Plugin)
  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. - [OKD - Configuring Authentication and User Agent](https://docs.okd.io/latest/install_config/configuring_authentication.html#GitLab)