From 74d543884e442b958b40c092cf472ebc749b49d1 Mon Sep 17 00:00:00 2001 From: vicent Date: Wed, 26 Apr 2023 11:55:01 +0200 Subject: [PATCH] =?UTF-8?q?refs=20#5468=20a=C3=B1adido=20scope=20al=20mode?= =?UTF-8?q?lo=20VnUser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/models/vn-user.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] + } }