Authenticated users should not have permission to access the dashboard by default, because there's nothing for them to do there
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3576540. -->
Reported by: [rajab natshah](https://www.drupal.org/user/1414312)
Related to !834
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Authenticated users are granted a handful of permissions in the admin_ui recipe:</p>
<pre>user.role.authenticated:<br> grantPermissions:<br> - 'access administration pages'<br> - 'access coffee'<br> - 'access contextual links'<br> - 'access navigation'<br> - 'view the administration theme'<br> - 'view welcome dashboard'</pre><p>As a result they are redirected to the Dashboard, because they have permission to view it, but they don't have permission to do anything that would appear here.</p>
<p>It seems a bit random to grant these permissions to authenticated users, I don't think we should assume to know what sites will use this for. So let's remove these altogether and avoid confusion.</p>
> Related issue: [Issue #3577548](https://www.drupal.org/node/3577548)
issue