when logging with entra id, I expect the coder’s name to be set as Display
Not sure if this is a bug or a config error. Currently when user login with Entra Id their “Name” in coder is blank. Even though their Microsoft profile has a Display name value.
4 Replies
<#1216818785093423135>
Category
Bug report
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
We have an existing feature request to enable this. Currently the names are set manually.
GitHub
capture "full name" from the SSO identity provider + "new user" for...
We recently added support for a "full name" in Coder, which is in the account settings and passed into Terraform. #11639 #11583. Could we also add support for the identify provider (OIDC ...
Ok thank for the link. Implementing the would be handy
From what I can tell. The create user lack name support. And with that I assume adding logging in via oidc would update the profile
I would argue that oidc profiles should be read only. Updates are controlled by the oidc claims.