nextcloud/lib
Lukas Reschke f56ea98993
Add exemption for ACS endpoint
In a SAML scenario we don't get any strict or lax cookie send for
the ACS endpoint. Since we have some legacy code in Nextcloud
(direct PHP files) the enforcement of lax cookies is performed here
instead of the middleware.

This means we cannot exclude some routes from the cookie validation,
which normally is not a problem but is a little bit cumbersome for
this use-case.

Once the old legacy PHP endpoints have been removed we can move
the verification into a middleware and also adds some exemptions.

Not super awesome code to have but the best that I could come up
with that doesn't add another ton of technical debt.
2016-06-29 19:51:27 +02:00
..
l10n Some more branding 2016-06-20 22:10:20 +02:00
private Move OC_Channel to system config 2016-06-27 17:13:40 +02:00
public Move OC_Channel to system config 2016-06-27 17:13:40 +02:00
autoloader.php Happy new year! 2016-01-12 15:02:18 +01:00
base.php Add exemption for ACS endpoint 2016-06-29 19:51:27 +02:00