diff --git a/config/auth.config.js b/config/auth.config.js index 2dcc45a..4e7951c 100644 --- a/config/auth.config.js +++ b/config/auth.config.js @@ -159,7 +159,7 @@ const auth_config = { // Mapping of user model attributes to OAuth2 return data from the endpoint // Note that uuid is not allowed, and uid is required attributes: { - uid: 'username', + uid: 'uid', first_name: 'first_name', last_name: 'last_name', email: 'email',