Hi everyone,
I am looking to enable authentication on to a single page within a project which contains multiple pages. That is, client should be asked to login for that page only and not any other pages. How can I achieve this ?Is configuring view permissions the right approach to achieve this?
If you right click the view you can configure view permissions, if you don't have permissions it will prevent you viewing that page.
Though I'm not sure if you can redirect automatically to the login page if this happens.
You can try using system.perspective.authenticationChallenge | Ignition User Manual if no user is logged in when opening the page.
1 Like