-
Notifications
You must be signed in to change notification settings - Fork 3
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
Regression ? upgrade to 2.2.0 via market makes it unable to login with OpenID #283
Comments
"raise" log level to debug - value 0 in config.php - then you should see more entries in the log. |
Thanks! I'm afraid it was already at 0 in With 2.2.0, after authenticating on the IDP, after the With 2.1.1, after this message, I get a log entries from the I can provide the actual logs if you're interested, but I'd need a pgp key to encrypt it or at least a private channel. ;) |
adding a bit more info, since it's annoying to downgrade every time I upgrade owncloud now openid is bundled: |
So the result of the git bisect is that the problem occurs since either But those don't give the exact behaviour described in this issue: it give a 500 instead when I log on our IDP (keycloak). Hope this helps! |
Hi,
We tried upgrading openidconnect on a test instance from 2.1.1 to 2.2.0.
Owncloud version: 10.11.0.6 (community).
PHP version: 7.4
We have a minimalist configuration, with keycloak as idp, set in DB.
Values set:
provider-url
client-id
client-secret
loginButtonName
After upgrading from market and login out, trying to log back in gives "Access Forbidden":
The log doesn't show anything wrong, and according to keycloak, access was granted properly.
Downgrading to 2.1.1 makes it functionnal again.
Am I missing something here? Any suggestion?
Thanks!
The text was updated successfully, but these errors were encountered: