-
1. Re: I am getting the below error in the browser console?
mbarkley Mar 4, 2016 10:18 AM (in response to hr.stoyanov)That means Errai did not find a @Service implementation for the @Remote AuthenticationService.
-
2. Re: I am getting the below error in the browser console?
hr.stoyanov Mar 4, 2016 4:10 PM (in response to mbarkley)Max,
Is there anything special that needs to be done for an instance of the KeycloakAuthenticationService to be found? I was thinking that the LoginRedirectFilter is doing it, but I might be missing something.
Thanks
-
3. Re: I am getting the below error in the browser console?
hr.stoyanov Mar 4, 2016 4:38 PM (in response to hr.stoyanov)Max,
I think i found the problem - I had this property set to false:
// Disable server-side Errai bus
erraiBusRemoteCommunicationEnabled = false;
Another Question: is there a reason to base the security module on RPC and not JAX-RS? My app is entirely based on JAX-RS, but it seems I have to also enable RPC solely for the security to work .
-
4. Re: I am getting the below error in the browser console?
hr.stoyanov Mar 4, 2016 4:41 PM (in response to hr.stoyanov).. it seems i missed the fine print in the docs -:), maybe this needs to be stressed out for sloppy readers like myself:
13.2.2. Authentication from the Client