nextcloud/tests/lib/AppFramework
Arthur Schiwon eea5e1cca2
fix(Session): avoid password confirmation on SSO
SSO backends like SAML and OIDC tried a trick to suppress password
confirmations as they are not possible by design. At least for SAML it was
not reliable when existing user backends where used as user repositories.

Now we are setting a special scope with the token, and also make sure that
the scope is taken over when tokens are regenerated.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 19:35:37 +02:00
..
Bootstrap feat(app-framework): Add support for global middlewares 2023-01-26 11:54:28 +01:00
Controller Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +01:00
Db composer run cs:fix 2023-01-20 11:45:08 +01:00
DependencyInjection feat(app-framework): Add support for global middlewares 2023-01-26 11:54:28 +01:00
Http Reverse X-Forwarded-For list to read the correct proxy remote address 2023-11-16 07:50:12 +01:00
Middleware fix(Session): avoid password confirmation on SSO 2024-06-12 19:35:37 +02:00
OCS composer run cs:fix 2023-01-20 11:45:08 +01:00
Routing DI for Router 2023-02-13 22:51:14 +01:00
Utility fix: Throw NotFoundExceptionInterface to fulfill PSR container interface if class not found 2023-02-06 14:16:35 +01:00
AppTest.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00