-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OIDC: 403 error on callback #9430
Comments
Hi @Ezehkiel I see that your config doesn't enable Redis. Is it expected? Could you try with redis enable:
|
Hi @AMoreaux, This is expected, because in the docker compose there is the default value which is the same. If I display the variable inside the container, the endpoint is correct, cf : But I also tried uncommenting it in the .env file, unfortunately, no change. |
I can't reproduce the issue. Are you available for a quick call to sharescreen with discord? |
Thanks, I write you on Discord to setup a call :) |
Closing since no update (maybe @Ezehkiel you ended up finding a solution yourself! feel free to share here for others). Thanks! |
Bug Description
When trying to use an external SSO with OIDC I got a 403 error on the callback URL. I tried with a custom SSO and with Google OIDC -> same behaviours :(
I added logs in the code and I was able to get the error :
I'm not sure but my investigation point that the line that produce the error is
twenty/packages/twenty-server/src/engine/core-modules/auth/guards/oidc-auth.guard.ts
Line 63 in edf0a18
I tried this on version v0.35.0 with a fresh install with docker. Here are my config files:
Expected behavior
The expected behavior is that the user can connect himself to the application.
The text was updated successfully, but these errors were encountered: