Authenticating user via a microflow

1
How to add user authentication to a microflow? I want to create a microflow in such a way that it should be able to authenticate the user as well as perform the functionality of displaying message to the end user that a particular step/operation has been completed by closing the authentication page.   I'm not able to achieve the above described problem statement using authentication widgets as they allow only authentication of user and lead to homepage upon using the sign-in button.
asked
1 answers
0

Hi Chrisel,

 

I believe this resources for creating a custom login page can help you achieve what you want:

 

 

If you want to achieve something more in-depth for authenticating a user, you can look into Java Actions and the Core API documentation.

 

I hope those resources can help you achieve what you want, best regards!

answered