I am currently prototyping a few things with an ASP.NET Core (6.x) web app and the Microsoft Identity platform following the samples available in the official GitHub repository but one thing I was wondering is if and how one can disable and not offer the option during the MS Identity part of the workflow to give "Consent on behalf of your organization" for the registered application, basically this one right here:
According to the documentation this option is only available for admins (which makes sense), but is there a way to disable that for them as well?
