We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Self Hosted Docker
3.3.3
it spam like this in network console and it error ERR_TOO_MANY_REDIRECTS
my config
LEAN_OIDC_ENABLE = true LEAN_OIDC_CLIENT_ID = "xxxx" LEAN_OIDC_CLIENT_SECRET = "xxx"
LEAN_OIDC_PROVIDER_URL = "https://keycloakxxx/realms/master"
LEAN_OIDC_CREATE_USER = true
LEAN_OIDC_DEFAULT_ROLE = 20
...
No response
The text was updated successfully, but these errors were encountered:
marcelfolaron
No branches or pull requests
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](https://private-user-images.githubusercontent.com/25745667/412767993-72d06620-2280-4a42-ac35-9593f10f82bb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDg2MTQsIm5iZiI6MTczOTY0ODMxNCwicGF0aCI6Ii8yNTc0NTY2Ny80MTI3Njc5OTMtNzJkMDY2MjAtMjI4MC00YTQyLWFjMzUtOTU5M2YxMGY4MmJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE5MzgzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRiZGE1ZTI3OTAzMjczMjg2YmQzZGU1NGY2N2Y3YjVkMWQwMDA5MjdhMDMwYWMzZDVlNWQ5Mzk2OTAzZGEyNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.LWC4oQagbPN6CQgivLrzDcFDZyC8vyT5-ggq8LJayAw)
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
The text was updated successfully, but these errors were encountered: