diff --git a/app/config/roles.php b/app/config/roles.php index ec9cf51bf1..e97cb8a0fc 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -92,6 +92,6 @@ return [ ], Auth::USER_ROLE_APPS => [ 'label' => 'Applications', - 'scopes' => ['health.read', 'graphql'], + 'scopes' => ['public', 'health.read', 'graphql'], ], ];