- Issue created by @eduardo.arana
Azure does not support nested groups functionality. However, the workaround we've implemented involves using SPN (Service Principal Name) app roles. This approach assigns users and groups to the available SPN app roles, resulting in more granular control and flexibility. It effectively provides an alternative way to manage hierarchical structures and group privileges from within the SPN.
Find the patch that adds the support to work with SPN App roles :).
Integrate with the current code to make it standard, if required.
Added a new section to enable the SPN App Role mapping support. Including a checkbox, the object id field, and the types of mappings.
Active
2.0
Code