Show the respective user login page on click of a user name.

0
Hi Friends, I have a scenario in which, In Login Page, I will show the user names instead of entering user name and password fields. On click of that username, it should directly get logged In with that particular user and should show his/her respective home page. I have tried using a Action Button and on click calling a microflow, but when I use this call a microflow, link is getting disabled. Thanks in advance.
asked
1 answers
0

In case you really want this, because it can be a security issue, you can do this by enabling anonymous users. I guess this app is only on your intranet.

Create a separate entity LoginUser give it read rights for anonymous users and populate that with your accounts.

Use that action button and give the microflow rights for anonymous users. I think you have to login with a java-action.

answered