-
Notifications
You must be signed in to change notification settings - Fork 184
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
Ocis with keycloak&nginx problem #3540
Comments
Please help...
|
I also encountered this issue, after upgrading from 1.18 to 1.20. After some testing, it seems there is a regression which was introduced in 1.19. Rolling back to 1.18 solved the issue for me. |
Yes, thanks for the tip, I figured that out too. |
Yes, that's indeed a regression. Sorry for the inconvenience. I'm not exactly sure when we'll be able to provide a fixed version, since we're currently in the process of switching to a new user backend (We're replacing the accounts and glauth service with the IDM / identity management service). I'll let you know when this bug is fixed. We're also about to enter BETA phase (currently we're in the Tech Preview phase of oCIS), therefore we will no longer have such breaking changes, soon. |
When removing the accounts service we lost the user autoprovision feature. This re-introduces it. When autoprovisioning is enabled (via PROXY_AUTOPROVISION_ACCOUNTS, as in the past) accounts that are not resolvable via cs3 will be provsioned via the libregraph API. Closes: owncloud#3540
When removing the accounts service we lost the user autoprovision feature. This re-introduces it. When autoprovisioning is enabled (via PROXY_AUTOPROVISION_ACCOUNTS, as in the past) accounts that are not resolvable via cs3 will be provsioned via the libregraph API. Closes: owncloud#3540
When removing the accounts service we lost the user autoprovision feature. This re-introduces it. When autoprovisioning is enabled (via PROXY_AUTOPROVISION_ACCOUNTS, as in the past) accounts that are not resolvable via cs3 will be provsioned via the libregraph API. Closes: owncloud#3540
When removing the accounts service we lost the user autoprovision feature. This re-introduces it. When autoprovisioning is enabled (via PROXY_AUTOPROVISION_ACCOUNTS, as in the past) accounts that are not resolvable via cs3 will be provsioned via the libregraph API. Closes: #3540
When removing the accounts service we lost the user autoprovision feature. This re-introduces it. When autoprovisioning is enabled (via PROXY_AUTOPROVISION_ACCOUNTS, as in the past) accounts that are not resolvable via cs3 will be provsioned via the libregraph API. Closes: #3540
Apologies if this is the wrong place to ask, but I have a question about user sessions. Every time I restart my OCIS service (based on the docker compose example with traefik), all my clients are logged out. It says "the connection's access token has expired or become invalid". Is this intended behaviour, or am I doing something wrong? Are all my clients supposed to re-authenticate after every image update? |
You're using the built-in IDP and no Keycloak? You can generate a certificate and a secret, so that your sessions survive a restart:
Then you need to configure the IDP to use them:
I filed an issue so that we can do this automatically in the future: #3909 |
Thank you, @wkloucek! I'm new to OCIS and wouldn't have discovered that for a long time. Works like a charm! ^_^ |
Please, help(
I’m trying to run ocis in docker with my own keycloak (also in docker, that was installed before) and nginx.
I get error when logging in
docker log
{“level”:“error”,“service”:“proxy”,“error”:“401 Unauthorized: {“error”:“invalid_token”,“error_description”:“Token verification failed”}”,“time”:“2022-04-14T19:11:27Z”,“message”:“Failed to get userinfo”}
My yml
In nginx
The text was updated successfully, but these errors were encountered: