OIDC with Gitlab
Even with https://github.com/coder/coder/pull/5507 merged have no success with gitlab as OIDC provider. If I put a debug print of the claims data here: https://github.com/coder/coder/blob/main/coderd/userauth.go#L253 I something like this:
The nickname is completely missing. Has anyone an idea what I do wrong?
The nickname is completely missing. Has anyone an idea what I do wrong?
GitHub
Gitlab does not set the preferred_username field.
Therefore, coder generates something from the user's email address, which is not very helpful. This allows the administrator to change the fiel...
Therefore, coder generates something from the user's email address, which is not very helpful. This allows the administrator to change the fiel...
GitHub
A tool that provisions remote development environments via Terraform - coder/userauth.go at main · coder/coder