nextcloud/lib/private/AppFramework
Arthur Schiwon f0494ec17a 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-11 20:19:18 +02:00
..
Bootstrap fix: add missing copyrights and strict types 2024-03-12 18:14:40 +02:00
DependencyInjection fix(Session): avoid password confirmation on SSO 2024-06-11 20:19:18 +02:00
Http fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Middleware fix(Session): avoid password confirmation on SSO 2024-06-11 20:19:18 +02:00
OCS fix xml ocs response for serializable objects 2024-02-23 14:49:22 +01:00
Routing fix(Routing): Only use lowercase names for registering and matching routes 2024-02-21 12:07:50 +01:00
Services fix(appconfig): only convert single entry on searchValues() 2024-04-17 15:12:22 +00:00
Utility fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
App.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
Logger.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ScopedPsrLogger.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00