Enable progress bar for Sign in button action

0
I enabled Ldap authentication for certain users and it is taking sometime to login to the application if I try to login using those users. Looks like connecting to AD and login validation is taking time. I want to know if it is possible to enable progress bar or some other way to notify users that some background work is going on.
asked
2 answers
0

If you are using an action button / call Microflow button you can chose Microflow settings and display a blocking progress bar with a message, that will block any activity until the Microflow has finished.

 

answered
0

As the functionality that Branden mentioned is not available for the standard signin button, the only option I see is to create a standard microflow that does allow for the progress bar. In the microflow call a java action that takes in the user and password and authenticate from the java action with the LDAP server.

Quite a work around, but I don’t see an alternative other than waiting for this function to be build in to the platform.

answered