diff --git a/app/config/roles.php b/app/config/roles.php index 41c313ff33..444b478d2a 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -95,6 +95,6 @@ return [ ], Auth::USER_ROLE_APPS => [ 'label' => 'Applications', - 'scopes' => ['global', 'health.read', 'graphql'], + 'scopes' => ['public', 'health.read', 'graphql'], ], ];