-
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
[QA] admin cannot login, when basic_auth_guest_only is true #261
Comments
Works as designed. Only guests 🤷 |
I suggest to revert #253 and get this release rolling. We have customers waiting for other features of this release. @jvillafanez @hodyroff @jnweiger objections |
#265 would fix this, but we need to decide what to do with the feature as a whole |
Absolutly
|
revert pr created ...... so that we are prepares once the decision is there ..... #268 |
@DeepDiver1975
With 10.11.0 and openidconnect-2.2.0-rc.7 installed:
With daily master and openidconnect-2.2.0-rc.7 installed:
/var/www/owncloud# find . -name *.php | xargs grep basic_auth_guest_only
|
We removed this feature. It will be implemented in core. Out of scope |
Seen while testing openidconnect 2.2.0-rc.6 with core 10.11.0
occ config:system:set openid-connect.basic_auth_guest_only --value true --type boolean
Expected behaviour:
The text was updated successfully, but these errors were encountered: