maikebing / GitLab.VisualStudio

GitLab Extension for Visual Studio
MIT License
65 stars 27 forks source link

No login API accepted for gitlab-ee-13.9.0-ee.0.sles15.x86_64 #175

Open hmcosta opened 3 years ago

hmcosta commented 3 years ago

Installed product versions

Description

After updating gitlab server to gitlab-ee-13.9.0-ee.0.sles15.x86_64, the login is refused

Steps to recreate

  1. Upgrade the GitLab server to version gitlab-ee-13.9.0-ee.0.sles15.x86_64
  2. Check that the connection on the Visual Studio GitLab extension was broken
  3. Attempt to login on the GitLab server using the GitLab extension

Current behavior

Apparently looks like that after the server update the parameters the client uses are no longer accepted or something else is needed to configure on the server. Before the server update, was working fine. imagem

Expected behavior

Should be possible to perform the login

hmcosta commented 3 years ago

Does someone knows if this is a bug or a configuration error?

piatkowskia commented 3 years ago

I have the same problem when I use host, login and password (V4_Oauth). Try use login with 2FA (https://github.com/maikebing/GitLab.VisualStudio/blob/master/README.md). Works for me.

hmcosta commented 3 years ago

I have the same problem when I use host, login and password (V4_Oauth). Try use login with 2FA (https://github.com/maikebing/GitLab.VisualStudio/blob/master/README.md). Works for me.

Many thanks @piatkowskia it also worked for me. Spend a lot of time debugging without the 2FA but I just gave up and followed your tip. :-)