Skip to content
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

[Bug]: Infinite Redirect Loop with Keycloak OIDC : too many redirect #2934

Open
DiamondKunG opened this issue Feb 13, 2025 · 0 comments
Open
Assignees
Labels

Comments

@DiamondKunG
Copy link

What is your set up?

Self Hosted Docker

Version

3.3.3

Describe the issue

it spam like this in network console and it error ERR_TOO_MANY_REDIRECTS
Image

my config

LEAN_OIDC_ENABLE = true
LEAN_OIDC_CLIENT_ID = "xxxx"
LEAN_OIDC_CLIENT_SECRET = "xxx"

required - the URL for your provider (examples down below)

LEAN_OIDC_PROVIDER_URL = "https://keycloakxxx/realms/master"

Create User if it doesn't exist in Leantime DB

LEAN_OIDC_CREATE_USER = true

Default role for users created via OIDC (20 is editor)

LEAN_OIDC_DEFAULT_ROLE = 20

Reproduction steps

...

Error Logs (LEANTIMEFOLDER/storage/logs)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants