I am using a GenericSecurityContext for my app which I presume gets called with every service call being made if I select it for my service under Settings - SecurityContext.
Is there a way to automatically navigate to login page on failure if the service is not being run asynchronously?
Under GenericSecurityContext Service I see an Events tab that has Authorization Error, Login Success, Login Error. When do these get triggered and what can we do here? Can they be used for redirection?