-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding oidc desired username as option in config #1997
Conversation
Hi, please fix the last checkboxes in the pr and add a justification for the feature, it seems like a linked issue is also missing |
related issues:
I did discuss this In the discord last year some time, and again earlier this week, but decided to just make a pr. |
This PR makes a simple adjustment to the username discernment process when using OIDC, we already pulled in the desired_username from the token, we just needed to clean it up and use it. |
is it just me or is there currently no support for profile images? if not that might be what I add next. i just don't know where we would need to put it so the tailscale client could pick it up (this would only really be a feature for android, windows and mac clients, I don't believe the linux client has a front end, its all cli. |
well if your gonna support OIDC, why half arse it? |
This PR allows people to use their desired username from their oidc provider instead of their email address. this is a user-facing feature and doesn't change any underlying processes