Reading the browser logged in account! - Mendix Forum

Reading the browser logged in account!

1

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!

Posted
1 comments

This is essentially feasible. You could implement this by using the following modules:

  • Email Connector
  • Encryption
  • MFA Module

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. 

Created
Still not sure, what is your target :) Do you want to login users only via MFA email code? Do you need users or not?
Created
Hi Alexander, Yes i did, but the problem is the person who is using the link will remain anonymous user only! They dont have the userrole in the application. So I'm looking for the option where when user clicks on the link, they navigate to a page, during this navigation, i want to use their browser loggedin account. Thanks & Regards, Jhansi Mora
Created