Skip to content
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

Use given_name and family_name field provided by office365 #4505

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

jorg-vr
Copy link
Contributor

@jorg-vr jorg-vr commented Mar 23, 2023

This pull request uses the given_name and family_name field that is provided by office365.

Old behavior is kept in case these fields are not present. I did remove the name splitting logic from the office365 initializer as this logic was duplicated in the user model (and will thus still trigger if no given_name is present).

Closes #4504

@jorg-vr jorg-vr added the bug Something isn't working label Mar 23, 2023
@jorg-vr jorg-vr self-assigned this Mar 23, 2023
@jorg-vr jorg-vr added the deploy naos Request a deployment on naos label Mar 23, 2023
@jorg-vr jorg-vr temporarily deployed to naos March 23, 2023 12:51 — with GitHub Actions Inactive
@github-actions github-actions bot removed the deploy naos Request a deployment on naos label Mar 23, 2023
@jorg-vr jorg-vr marked this pull request as ready for review March 23, 2023 12:58
@jorg-vr jorg-vr requested a review from a team as a code owner March 23, 2023 12:58
@jorg-vr jorg-vr requested review from bmesuere and niknetniko and removed request for a team March 23, 2023 12:58
@jorg-vr jorg-vr merged commit a9035b9 into develop Mar 23, 2023
@jorg-vr jorg-vr deleted the fix/office365-names branch March 23, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix name splitting for office 365
3 participants