Authorization extension access to Non Admin users

Hello,

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:

https://{tenant}.us8.webtask.io/{extension_guid}/admins/login

The purpose for some users to use this extension and add/remove users to Groups.

Thanks for the help!

Hi @asif.sayed,

Welcome to the Auth0 Community Forum!

I think the best way to handle this would be to build your own UI and use the authorization extension api.

https://auth0.com/docs/api/authorization-extension

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.

Hope this helps,
Dan

Thanks Dan. Can you point me to a resource boilerplate code base to get starting implementing the authorization api using c# .NET?

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?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.