Fix CoreID userid mapping (#9)
This commit is contained in:
parent
574d6ae22a
commit
1646fbd2a0
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user