Commit b6479a7c authored by Kati Paizee's avatar Kati Paizee

Merge branch 'lkorbasiewicz-master-patch-08627' into 'master'

Update Omniauth with git-over-https limitation

See merge request gitlab-org/gitlab!77010
parents e267348c 3c190e54
......@@ -385,3 +385,9 @@ then override the icon in one of two ways:
...
}
```
## Limitations
Most supported OmniAuth providers don't support Git over HTTP password authentication.
The only exception is [Atlassian Crowd](../administration/auth/crowd.md) (since GitLab [13.7](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46935)).
As a workaround, you can authenticate using a [personal access token](../user/profile/personal_access_tokens.md).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment