Protect a page using Auth0

There is a requirement for the target application to build a separate page for user profile management, which will be hosted on a different server independent of the main application. The question is: how can we protect this page so that only valid users can access it? In WAM, we can protect pages using patterns. Is there a similar mechanism in Auth0?

Hello @rameshkumar.gorthi,

Welcome back to the Auth0 Community!

I believe what you are searching for are Permissions. They can help you in protecting a resource so that it is available only for valid users. In the following resource you can find more about permissions: Permissions, Privileges, and Scopes

Also, make sure to check the following docs that explain Role-Based Access Control permissions: Manage Role-Based Access Control Permissions

I hope this was helpful.

Thanks,
Tudor

1 Like

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