URL Pattern:
http://localhost:8080/link/CustomerOffer?LAN=ABCD1122&user_auth=ABCD123
Page URL : CustomerOffer
Parameters : LAN, user_auth
Help URL: Deep Link | Mendix Documentation
Steps to achieve:
- Create microflow with name “MF_CustomerOfferDetails” with two string parameters “LAN” and “user_auth” and allow access to all roles.

- Create page with name “AnonyousCustomerDetails” and set URL properties “/CustomerOffer”

- Download Deep link module from Market place

- In Setting => Runtime => After Startup => set “DeepLink.StartDeeplink”

- Security => User Roles => Anonymous => Edit => Deeplink => check User

- Navigation => Default Home Page => SET DeepLink.DeepLinkHome

- Set Allow Roles “Admin, Anonymous, User” for below microflows

- Create DeeplinkOverview Page to create URL and allow access to Administartor.

- Create Menu link in Navigation:

- Run Application and Login with Administrator and create New deeplink

- Set debugger for MF_CustomerOdderDetails.
Now open another browser chrome, or edge and paste below link
http://localhost:8080/link/CustomerOffer?LAN=ABCD1122&user_auth=ABCD123
