Is there any possible way to let Non Admin users to directly access the Authorization Extension? I want the non admin users to directly access the Authorization extension via link, something like this:
I think the best way to handle this would be to build your own UI and use the authorization extension api.
This way you can limit their ability to manipulate the extension. I have not seen this done, so be sure to verify scopes they are allowed do not conflict with the security of you access control.
We have delegated admin extension customized from your git repo. My question is it possible to use Authorization API within delegated admin extension code base? Possible to call both Management Api and Authorization Api from within delegated admin custom code base?