Deeplink redirection for Anonymous users

1
I have a problem with deeplink for anonymous users. Everytime the deeplink is called it shows the anonymous user the deeplink page for only short seconds then redirects to login page. I don’t want it to redirect to login page. Is it possible?
asked
1 answers
0

Yes, it is possible to link anonymous users to a page without going through the login screen. You are only presented with a login screen if the Microflow or Page the deeplink is accessing requires a user role other than your anonymous user role.

Please check that the page you are trying to open and any data / MF used on the page are accessible to the anonymous user.

answered