WebClient sits at loading screen if AuthProvider throws AuthProviderException Hi,
We use a custom AuthProvider implementation.
In certain situations it throws exceptions (expected) such as AuthProviderException.FAILURE(...message...) etc ...
When this happens the Web Client simply sits at the loading page. Is this expected? It seems it would make more sense for the web client to redirect to the login page or an error page in this case ...
Is there a setting for this we haven't found yet?
thx |