Hi All,
I need to authenticate a users via mobile tablet.
I’m not able to use the standard approach through Azure and Service Bus as described here https://www.microsoftpressstore.com/articles/article.aspx?p=2240846&seqNum=3 .
The task is the following:
-
I have 30 sales representatives, each of them has their personal mobile tablet. Each mobile tablet has the same local app that allows to get some certain information from AX;
-
Sales representatives are not able to be online at every moment. The most likely scenario is that every morning, the sales representative signs in to AX through mobile tablet and update his tablet with current information from AX (like customers’ balance, credit limit and some other) by calling some services (some UserId and TabletId may be passed as parameters);
-
Every tablet is assigned to concrete Sales representative, thus another Sales representatives is not able to sign in into AX via “not his” tablet;
-
During the day time, sales representative may request some additional information from AX (like payments and something else…);
-
We want to create just only ONE user in Active Directory (SalesRepUser), and all sales representatives will be identified through this SalesRepUser;
So, my questions are:
-
Is it possible to authenticate a user by using another pattern (not Azure and Service Bus)?
If – yes, can somebody share an example?
*This post is locked for comments
I have the same question (0)