You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #11639 the Name field was added, which allows owner_name to be referenced, however it appears this field is not populated when doing an OIDC login on Coder v2. As member can't (and probably should't) update the name field in the UI it means we can't use it in places like automatically configuring the git config.
I've compared this to Coder v1, which we also run, and it's OIDC implementation does appear to pull in an equivalent to the name. Is it possible this was just an oversight in the PR implementation or is there some other limitation here?
The text was updated successfully, but these errors were encountered:
In #11639 the
Name
field was added, which allowsowner_name
to be referenced, however it appears this field is not populated when doing an OIDC login on Coder v2. As member can't (and probably should't) update the name field in the UI it means we can't use it in places like automatically configuring the git config.I've compared this to Coder v1, which we also run, and it's OIDC implementation does appear to pull in an equivalent to the name. Is it possible this was just an oversight in the PR implementation or is there some other limitation here?
The text was updated successfully, but these errors were encountered: