Git authentication doing nothing
Hello!
I've setup git auth following the doc (https://coder.com/docs/coder-oss/latest/admin/git-providers) but when i'm trying to clone a private repo, this problem occurs.
I've setup git auth following the doc (https://coder.com/docs/coder-oss/latest/admin/git-providers) but when i'm trying to clone a private repo, this problem occurs.
- Coder shows me this:```Open the following URL to authenticate with Git: https://<my_domain>/gitauth/primary-github```
- I click the link
- I'm redirected to the homepage of my coder web panel (
/workspaces) - Nothing change in my shell after the login
- my .env is as follow:
- my client id and client secret are from the same OAUTH2 app that is responsible for the authentication in Coder
- this OAUTH2 app is related to another account than the one i'm trying to log into
