Skip to content

Configure user's "name" via SSO #7755

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

Open
haraldschilly opened this issue Aug 13, 2024 · 0 comments
Open

Configure user's "name" via SSO #7755

haraldschilly opened this issue Aug 13, 2024 · 0 comments

Comments

@haraldschilly
Copy link
Contributor

The SSO configuration maps incoming data to database fields. This is configurable via login_info: { "emails": "email", "last_name": ..., "first_name": ... }.

What this can't do is setting the username (i.e. "accounts.name"). I.e. it should check if the name does not exist, and then set it. If it is supposed to update on login, re-set that field as well (with the same check of uniqueness). If the SSO mechanism is exclusive, block users from changing their name as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant