Can I Use Authorization Core and Authorization Extension together?

Question: Can I Use Authorization Core and Authorization Extension together?

Answer:
It’s not possible to leverage both the Authorization core and Authorization extension in the same project, as the extension will always override the Authorization core. Generally, it’s recommend to leverage the Authorization core over the extension and directly selecting the the users you wish to effect through Role permissions.

Supporting Documentation: