Closed afornerot closed 5 years ago
Disabling 'cas_force_login' works around this issue but that's awkward...
I'm need to force the cas login. For me it's not a works around
Forcing a CAS auth and sharing files publicly is conflicting because of the logic behind a "force" option. Currently there is no fix for that.
@afornerot @landryb
In the current 1.6.0 release (https://github.com/felixrupp/user_cas/releases/tag/1.6.0) the activation of the app is completely rewritten and will hopefully not break other apps/functions anymore.
Please test that and report back if you still have issues!
Describe the bug Public share is not totaly functional
To Reproduce Steps to reproduce the behavior:
Expected behavior Acces with total look of nextcloud of the features "Public Share" by bypassed the CAS Authentification
Screenshots My shared folder by admin https://imgur.com/84twYnH
When i use the public url https://imgur.com/bFUKcAH
To Resolve I'm added some more url to bypass in app.php
Replace
if (!strpos($script, "ocs") && !strpos($requestUri, "oc.js") && !in_array(basename($script), array('public.php', 'remote.php'))) {
by
Software (please complete the following information):