Dynamic navigation - only show top tabs after login?
Content
Hi,
I am trying to use VBCS to integrate with E1. As a result, I need to authenticate / login myself. I have this working by adding a REST endpoint attached to a login page.
My question is, I need to initially just display the login page with none of the navigation tabs. Upon succesfull login the user is then transferred to their dashboard where they can see all of the navigation tabs, etc. I have done something similar in JET offline modifying the appController.js, etc. How can I accomplish this in Visual Builder? Most examples always just assume you are using the Oracle Cloud to login, that won't be the case here.
0