Hi Community,
This is not an issue. We want to know if the scenario is possible by using Mendix platform.
We are using Mendix 10.24.9 version.
We are sending a link to a set of Team to perform certain task.
We are creating a deeplink where we are encrypting the email address of the Team and sending to their inbox.
When Team accesses the link - We are asking the user to submit the OTP sent to their emails and validating.
If the validation is successful - we are allowing the Team to perform their task as anonymous user.
For example :
When Team access the URL - Instead of OTP validation we want to read the logged in account on the browser.
When the loggedin email address matches to the encrypted email address on the link. We want to direct them to the task page.
Please help, if this can be possible!
Thanks!
This is essentially feasible. You could implement this by using the following modules:
I can’t imagine that you’re encrypting the email address into tokens of the Deeplinks. Is it really needed? You have to secure the page with MFA, accordingly.