Add support for a User.FullName SAML attribute

Review Request #12633 — Created Sept. 23, 2022 and submitted

Information

Review Board
master

Reviewers

If User.FirstName or User.LastName is not specified, we try to look for a
User.FullName attribute and split that on the first space to get a first and
last name.

This was necessary because some IdPs only let you specify a full name.

Applied this in our container build and tested it live at reviews.imfreedom.org using JetBrains Hub as the IdP.

Summary ID
Add support for a User.FullName SAML attribute
If User.FirstName or User.LastName is not specified, we try to look for a User.FullName attribute and split that on the first space to get a first and last name. This was necessary because some IdPs only let you specify a full name.
b4450a2a086cfb9a7b3690f392f28e3fffc614ad
Description From Last Updated

line too long (80 > 79 characters) Column: 80 Error code: E501

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

grim
david
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (1de1cf6)
Loading...