You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Authorization** enables management of access control list roles and
4
-
rules in the application.
3
+
The Magento_Authorization module enables management of access control list roles and rules in the application.
4
+
5
+
## Installation details
6
+
7
+
The Magento_AdminNotification module creates the following tables in the database:
8
+
9
+
-`authorization_role`
10
+
-`authorization_rule`
11
+
12
+
Before disabling or uninstalling this module, note that the Magento_GraphQl module depends on this module.
13
+
14
+
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
15
+
16
+
## Extensibility
17
+
18
+
Extension developers can interact with the Magento_Authorization module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html).
19
+
20
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Authorization module.
0 commit comments