diff --git a/back/models/vn-user.json b/back/models/vn-user.json index 17efc8ce6..162130f35 100644 --- a/back/models/vn-user.json +++ b/back/models/vn-user.json @@ -121,5 +121,8 @@ "principalId": "$authenticated", "permission": "ALLOW" } - ] + ], + "scope": { + "fields": ["id", "name", "username", "roleFk", "nickname", "lang", "active", "email", "created", "updated", "image", "hasGrant", "realm", "emailVerified"] + } }