User Authorization with Authorization via built-in policies of RBAC

Hello

Please forgive the simple questions but I am very new to Auth0.
Is it possible for Auth0 via RBAC to handle the complete authorization portion of the process to allow access or deny access to my PHP Web App without having to analyze the Token, roles, scopes, permissions in my Web App.

Can the RBAC polices just handle the complete authentication and authorization process via built-in policies for providing or denying access to my application?

thanks
Tony

Hi @tony.wolsey,

You can do this by looking at the role and application/clientid in a rule.

Here are some samples that will help get you started. If you need more help with the rule let me know the specifics (or write some pseudo code) and we can work on it.

Hope this helps!

Thanks,
Dan

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