GopalSharma / moodle-auth_azureb2c

The Azure AD B2C Connect plugin provides registering of a new user and single-sign-on functionality using configurable identity providers, scope and custom policies of Azure B2C.
GNU General Public License v3.0
2 stars 7 forks source link

feat: Split display name if necessary #26

Closed geoffreyvanwyk closed 10 months ago

geoffreyvanwyk commented 1 year ago

If given_name and family_name claims are not available, but name (Display Name) is available, split name into two parts, using the first part as the firstname MOODLE user field and the second as the lastname.

This builds on pull request #25 .