diff --git a/vendor/magento/module-integration/etc/acl.xml b/vendor/magento/module-integration/etc/acl.xml
index 51eb078bd1df..7a9bd084c987 100644
--- a/vendor/magento/module-integration/etc/acl.xml
+++ b/vendor/magento/module-integration/etc/acl.xml
@@ -14,6 +14,14 @@
                         <resource id="Magento_Integration::integrations" title="System Integrations" translate="title" sortOrder="40" />
                     </resource>
                 </resource>
+                <resource id="Magento_Backend::stores">
+                    <resource id="Magento_Backend::stores_settings">
+                        <resource id="Magento_Config::config">
+                            <resource id="Magento_Integration::config_oauth" title="OAuth Configuration" translate="title"
+                                      sortOrder="20"/>
+                        </resource>
+                    </resource>
+                </resource>
             </resource>
         </resources>
     </acl>
