Fix CoreID userid mapping (#9)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 4 years ago
parent 574d6ae22a
commit 1646fbd2a0
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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',

Loading…
Cancel
Save