I have different type of users with roles (dealers, customers, and administrators), I want to have one login screen but redirect them after auth to their appropriate backend portal.
AND
I want to make sure users cannot access different portal, maybe later down the road allow Administrator to have a login as button.
You could create a layout page for each portal and then add a security restrict server connect flow under the app settings to restrict access based on your roles.
Hello,
I’ve got the same need and created portal using 3 different layouts. I added restrict on layout with simpl rules like IS_ADMIN==true / IS_CUSTOMER==true, but can’t succeed in using restrict ServerConnect.
Happy to get more information / example of restrict use.
Many thanks