2020-10-30 17:08:52 -04:00
---
2020-11-18 16:09:32 -05:00
stage: Manage
2022-01-26 22:14:06 -05:00
group: Authentication and Authorization
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-10-30 17:08:52 -04:00
---
2021-05-23 20:10:35 -04:00
# Authentication **(FREE)**
2017-04-10 18:11:41 -04:00
This page gathers all the resources for the topic **Authentication** within GitLab.
## GitLab users
2021-06-28 08:38:12 -04:00
- [SSH ](../../ssh/index.md )
2022-01-13 22:16:05 -05:00
- [Two-factor authentication ](../../user/profile/account/two_factor_authentication.md )
2017-12-05 17:47:53 -05:00
- [Why do I keep getting signed out? ](../../user/profile/index.md#why-do-i-keep-getting-signed-out )
2017-04-10 18:11:41 -04:00
- **Articles:**
2019-10-16 11:06:17 -04:00
- [Support for Universal 2nd Factor Authentication - YubiKeys ](https://about.gitlab.com/blog/2016/06/22/gitlab-adds-support-for-u2f/ )
- [Security Webcast with Yubico ](https://about.gitlab.com/blog/2016/08/31/gitlab-and-yubico-security-webcast/ )
2017-04-10 18:11:41 -04:00
- **Integrations:**
2017-04-10 18:43:32 -04:00
- [GitLab as OAuth2 authentication service provider ](../../integration/oauth_provider.md#introduction-to-oauth )
2017-09-19 10:32:52 -04:00
- [GitLab as OpenID Connect identity provider ](../../integration/openid_connect_provider.md )
2017-04-10 18:11:41 -04:00
## GitLab administrators
2020-05-26 17:07:45 -04:00
- [LDAP ](../../administration/auth/ldap/index.md )
2021-09-14 02:11:25 -04:00
- [Enforce two-factor authentication (2FA) ](../../security/two_factor_authentication.md )
2017-04-10 18:11:41 -04:00
- **Articles:**
2019-10-16 11:06:17 -04:00
- [Feature Highlight: LDAP Integration ](https://about.gitlab.com/blog/2014/07/10/feature-highlight-ldap-sync/ )
2019-08-07 02:19:00 -04:00
- [Debugging LDAP ](https://about.gitlab.com/handbook/support/workflows/debugging_ldap.html )
2017-04-10 18:11:41 -04:00
- **Integrations:**
- [OmniAuth ](../../integration/omniauth.md )
- [Authentiq OmniAuth Provider ](../../administration/auth/authentiq.md#authentiq-omniauth-provider )
- [Atlassian Crowd OmniAuth Provider ](../../administration/auth/crowd.md )
- [CAS OmniAuth Provider ](../../integration/cas.md )
- [SAML OmniAuth Provider ](../../integration/saml.md )
2021-05-23 20:10:35 -04:00
- [SAML for GitLab.com Groups ](../../user/group/saml_sso/index.md )
- [SCIM user provisioning for GitLab.com Groups ](../../user/group/saml_sso/scim_setup.md )
- [Kerberos integration (GitLab EE) ](../../integration/kerberos.md )
2017-04-10 18:11:41 -04:00
## API
2021-06-28 11:08:03 -04:00
- [OAuth 2 Tokens ](../../api/index.md#oauth2-tokens )
2022-01-17 07:17:11 -05:00
- [Personal access tokens ](../../api/index.md#personalprojectgroup-access-tokens )
- [Project access tokens ](../../api/index.md#personalprojectgroup-access-tokens )
- [Group access tokens ](../../api/index.md#personalprojectgroup-access-tokens )
2021-06-28 11:08:03 -04:00
- [Impersonation tokens ](../../api/index.md#impersonation-tokens )
2021-09-23 18:34:10 -04:00
- [OAuth 2.0 identity provider API ](../../api/oauth2.md )
2017-04-10 18:11:41 -04:00
2017-04-10 21:40:47 -04:00
## Third-party resources
2017-04-10 18:11:41 -04:00
2021-02-04 16:09:06 -05:00
<!-- vale gitlab.Spelling = NO -->
2018-10-07 21:03:37 -04:00
- [Kanboard Plugin GitLab Authentication ](https://github.com/kanboard/plugin-gitlab-auth )
2018-10-24 07:50:00 -04:00
- [Jenkins GitLab OAuth Plugin ](https://wiki.jenkins.io/display/JENKINS/GitLab+OAuth+Plugin )
2020-03-25 11:07:47 -04:00
- [OKD - Configuring Authentication and User Agent ](https://docs.okd.io/3.11/install_config/configuring_authentication.html#GitLab )
2021-02-04 16:09:06 -05:00
2021-05-23 20:10:35 -04:00
<!-- vale gitlab.Spelling = YES -->