Use Authorization Core and Authorization Extension Together

Last Updated: Oct 2, 2024

Overview

This article details how to use Authorization Core and Authorization Extension together.

Applies To

  • Authorization core
  • Authorization extension

Solution

It is 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 is recommend to leverage the Authorization Core over the Extension and directly selecting the the users to effect through Role permissions.

Related References