debian-mirror-gitlab/doc/topics/authentication/index.md

52 lines
3.1 KiB
Markdown
Raw Normal View History

2017-08-17 22:00:37 +05:30
# Authentication
This page gathers all the resources for the topic **Authentication** within GitLab.
## GitLab users
- [SSH](../../ssh/README.md)
- [Two-Factor Authentication (2FA)](../../user/profile/account/two_factor_authentication.md#two-factor-authentication)
2018-03-17 18:26:18 +05:30
- [Why do I keep getting signed out?](../../user/profile/index.md#why-do-i-keep-getting-signed-out)
2017-08-17 22:00:37 +05:30
- **Articles:**
2019-12-21 20:55:43 +05:30
- [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-08-17 22:00:37 +05:30
- **Integrations:**
- [GitLab as OAuth2 authentication service provider](../../integration/oauth_provider.md#introduction-to-oauth)
2018-03-17 18:26:18 +05:30
- [GitLab as OpenID Connect identity provider](../../integration/openid_connect_provider.md)
2017-08-17 22:00:37 +05:30
## GitLab administrators
- [LDAP (Community Edition)](../../administration/auth/ldap.md)
2019-09-30 21:07:59 +05:30
- [LDAP (Enterprise Edition)](../../administration/auth/ldap-ee.md) **(STARTER)**
2017-08-17 22:00:37 +05:30
- [Enforce Two-factor Authentication (2FA)](../../security/two_factor_authentication.md#enforce-two-factor-authentication-2fa)
- **Articles:**
2018-03-17 18:26:18 +05:30
- [How to Configure LDAP with GitLab CE](../../administration/auth/how_to_configure_ldap_gitlab_ce/index.md)
2019-09-30 21:07:59 +05:30
- [How to Configure LDAP with GitLab EE](../../administration/auth/how_to_configure_ldap_gitlab_ee/index.md) **(STARTER)**
2019-12-21 20:55:43 +05:30
- [Feature Highlight: LDAP Integration](https://about.gitlab.com/blog/2014/07/10/feature-highlight-ldap-sync/)
2019-10-12 21:52:04 +05:30
- [Debugging LDAP](https://about.gitlab.com/handbook/support/workflows/debugging_ldap.html)
2017-08-17 22:00:37 +05:30
- **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)
2019-09-30 21:07:59 +05:30
- [SAML for GitLab.com Groups](../../user/group/saml_sso/index.md) **(SILVER ONLY)**
- [SCIM user provisioning for GitLab.com Groups](../../user/group/saml_sso/scim_setup.md) **(SILVER ONLY)**
2017-08-17 22:00:37 +05:30
- [Okta SSO provider](../../administration/auth/okta.md)
2019-09-30 21:07:59 +05:30
- [Kerberos integration (GitLab EE)](../../integration/kerberos.md) **(STARTER)**
2017-08-17 22:00:37 +05:30
## API
2019-07-07 11:18:12 +05:30
- [OAuth 2 Tokens](../../api/README.md#oauth2-tokens)
2020-05-24 23:13:21 +05:30
- [Personal access tokens](../../api/README.md#personalproject-access-tokens)
- [Project access tokens](../../api/README.md#personalproject-access-tokens) **(CORE ONLY)**
2017-08-17 22:00:37 +05:30
- [Impersonation tokens](../../api/README.md#impersonation-tokens)
- [GitLab as an OAuth2 provider](../../api/oauth2.md#gitlab-as-an-oauth2-provider)
## Third-party resources
2018-12-13 13:39:08 +05:30
- [Kanboard Plugin GitLab Authentication](https://github.com/kanboard/plugin-gitlab-auth)
- [Jenkins GitLab OAuth Plugin](https://wiki.jenkins.io/display/JENKINS/GitLab+OAuth+Plugin)
2017-08-17 22:00:37 +05:30
- [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/)
2020-04-22 19:07:51 +05:30
- [OKD - Configuring Authentication and User Agent](https://docs.okd.io/3.11/install_config/configuring_authentication.html#GitLab)