add 'admin-ui' scope for access to the admin ui

This commit is contained in:
Min RK
2022-04-29 11:45:58 +02:00
parent ec2c90c73f
commit debac715bf
6 changed files with 25 additions and 8 deletions

View File

@@ -1391,6 +1391,9 @@ components:
inherit:
Everything that the token-owning entity can access _(metascope
for tokens)_
admin-ui:
Access the admin page. Permission to take actions via the admin
page granted separately.
admin:users:
Read, write, create and delete users and their authentication
state, not including their servers or tokens.