Back to Magento2

Magento_Authorization module

app/code/Magento/Authorization/README.md

2.4.8964 B
Original Source

Magento_Authorization module

This module enables management of access control list roles and rules in the application.

Installation details

This module creates the following tables in the database using db_schema.xml:

  • authorization_role
  • authorization_rule

Before disabling or uninstalling this module, note that the Magento_GraphQl module depends on this module.

For information about module installation, see Enable or disable modules.

Extensibility

Extension developers can interact with this module. For more information about the extension mechanism, see Plugins.

The dependency injection mechanism enables you to override the functionality of this module.