refs #5468 añadido scope al modelo VnUser
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-04-26 11:55:01 +02:00
parent 2e5a43af68
commit 74d543884e
1 changed files with 4 additions and 1 deletions

View File

@ -121,5 +121,8 @@
"principalId": "$authenticated",
"permission": "ALLOW"
}
]
],
"scope": {
"fields": ["id", "name", "username", "roleFk", "nickname", "lang", "active", "email", "created", "updated", "image", "hasGrant", "realm", "emailVerified"]
}
}