scimma / scimma-admin

Administrative web UI for SCIMMA backend resources
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support the email_list claim as an alternative to email #26

Closed cnweaver closed 3 years ago

cnweaver commented 3 years ago

This should fix problems a user tries to sign up using an OrcID.

cnweaver commented 3 years ago

I guess so? I notice that for my MSU account I have both claims, with email being a string and email_list being a list with one entry. Given what we encountered with Mario's OrcID data, it looks like email might get passed on from upstream if it exists, but may be missing if not supplied by the original IdP, while CILogon populates email_list itself, hopefully always?