Fix CoreID userid mapping (#9)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2020-10-18 13:51:50 -05:00
parent 574d6ae22a
commit 1646fbd2a0
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -159,7 +159,7 @@ const auth_config = {
// Mapping of user model attributes to OAuth2 return data from the endpoint // Mapping of user model attributes to OAuth2 return data from the endpoint
// Note that uuid is not allowed, and uid is required // Note that uuid is not allowed, and uid is required
attributes: { attributes: {
uid: 'username', uid: 'uid',
first_name: 'first_name', first_name: 'first_name',
last_name: 'last_name', last_name: 'last_name',
email: 'email', email: 'email',