Keycloak Provider - Error unable to exchange external code
Hey guys,
I'm currently setup keycloak for auth and tried using it with supabase auth. I've followed the instructions in docs to setup keycloak provider. I'm getting redirected as expected but when logged in I've got an error and redirect loop with error code in url:
http://localhost:3000/?error=server_error&error_description=Unable+to+exchange+external+code
I've double checked clientid + secret on both sides as well as callback urls.
Any suggestions?
I'm currently setup keycloak for auth and tried using it with supabase auth. I've followed the instructions in docs to setup keycloak provider. I'm getting redirected as expected but when logged in I've got an error and redirect loop with error code in url:
http://localhost:3000/?error=server_error&error_description=Unable+to+exchange+external+code
I've double checked clientid + secret on both sides as well as callback urls.
Any suggestions?