Yours just looks like the login session was left as is for too long leading the access token to expire and prompting a restart of the session. Are you sure you’re getting this everytime you try to login?
I also found some errors about FB OAuth authentication:
2020-04-23 11:37:56,101 ERROR [org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider] (default task-8) Failed to make identity provider oauth callback: org.keycloak.broker.provider.IdentityBrokerException: No access token available in OAuth server response: {“error”:{“message”:“This authorization code has been used.”,“type”:“OAuthException”,“code”:100,“error_subcode”:36009,“fbtrace_id”:“AGiesgtv1lOhK1fakT8lis8”}}
Hi @haeussler247, we found out that those errors (and many more) were caused by broadcasting method, we used UDP instead of TCP, and our ACC environment was interfering with PROD servers. After change from UDP to TCP all is fine.
I have overcome the following error by adding Keycloak URL to trusted sites in the security settings of internet explorer. I hope it can help someone who faces the same issue.
but when I generate the link (redirect happen after link click) it has both client_id (and in fact it appears in the log) but also user_id (but strangely it is null). Does anyone have any ideas?
Hello, guys! Please check to see if theres any problems with the Cookies. You may have samesite=strict cookie policy set and if you try to login from within an iframe that will not work.