How to show or hide specific sections or pages for certain users using displayConditions in Forge manifest?

@anon86702284 you can only achieve that via display logic in the front-end code.

If you only want certain users to access certain data or functionality, you should implement that functionality in a resolver function guarded by an appropriate authorisation check.

Hope this helps!

cheers,
Tim