In 'Azure Portal - App Registration' page permissions can be assigned in 'Configured permissions' or 'Other permissions granted for AD', i would like to understand,
- Difference between them
- In which scenario should either of them be preferred
My understanding is,
- 'Configured permissions' relates to the Application object permissions, and the 'Other permission granted for xxAD' relates to permissions granted for the ServicePrinciple associated with the App.
- I am assuming this largely depends on whether the app is single-tenant or multi-tenant, but do not have definitive thoughts on this.