Using login form with Deep Links

2
We're using the Login form widget in an application for one of our customers. The widget is placed on a page that can be accessed by anonymous users. We're also using the Deep Link widget to add links to email messages, allowing users to directly access certain forms in the application. They are required to login before accessing these forms. However, we would like to show the same page with Login form widget in this case. Is this possible? Kind regards, Jonathan van Alteren - FlowFabric
asked
1 answers
0

I think you can create a deeplink to the login form (for example /link/login), and set that as Deeplink.LoginLocation constant. The login deeplink should be accessible for anonymous users. Just give it a try, not completely sure whether this works.

answered