Deeplink redirecting to home page after login instead of going to target page

0
Hi All I have a deeplink url http://localhost:8080/link/ARPurchaseRequest?AssetsRefNo=value1 and this url is associated with a MF . as per the microflow ,I want to open my target page. I want forced login because my target page required role base security access. so when I try to load http://localhost:8080/link/ARPurchaseRequest?AssetsRefNo=value1 this page, its redirect me to login page. Up to this everything is fine. but after login it redirect me to index page instead of redirecting to my target page, which I have written in my MF. please suggest if I missing any configuration.
asked
3 answers
0

Is you home page a microflow that checks if there is a pending link or otherwise open your regular homepage?

Regards,

Ronald

 

answered
0

Yes,In default home page I have called a MF,which check the following condition

Please help me with solution.

answered
0

Hi

I have the same issue. The Deeplink works fine if i am logged into the system. 

If i am not logged to the system i come to the login page as anonymous user. Launching the DeepLink Microflow will not work, because i need to log in first. For this reason i have disabled Allow Guest on the deeplink. This brings me to the login page. But after login no pending link will be executet.

How i solve this use case?

 

Thanks Stephan  

answered