mozilla-iam / sso-dashboard

A python flask implementation of an SSO dashboard. OIDC for authentication and message bus for alert pipelines.
Mozilla Public License 2.0
37 stars 42 forks source link

Fetch user full name from mozillians.org #158

Open comzeradd opened 6 years ago

comzeradd commented 6 years ago

Currently we rely on what Auth0 provides as user's full name. That creates a problem of having an empty name on the dashboard menu when a user authenticates with passwordless.

Instead we could fetch that information from mozillians.org like we do for the avatar.

andrewkrug commented 6 years ago

I think that this is fine as long as the logic is "if empty string try Mozillians.org" otherwise for most things if the auth0 data isn't correct we want to find a way to make it correct.