nextcloud/core/Controller
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
..
AppPasswordController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
AutoCompleteController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
AvatarController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ClientFlowLoginController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ClientFlowLoginV2Controller.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
CollaborationResourcesController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ContactsMenuController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
CSRFTokenController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
CssController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ErrorController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
GuestAvatarController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
HoverCardController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
JsController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
LoginController.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
LostController.php feat: Limit email input on auth pages to 255 chars 2024-03-21 10:34:55 +01:00
NavigationController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
OCJSController.php fix(Session): avoid password confirmation on SSO 2024-06-11 20:19:18 +02:00
OCMController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
OCSController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
PreviewController.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +01:00
ProfileApiController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ProfilePageController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
RecommendedAppsController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ReferenceApiController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
ReferenceController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
SearchController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
SetupController.php load script and styles on setup page 2023-10-31 10:03:09 +01:00
TeamsApiController.php feat: Implement team provider api 2024-03-05 08:13:58 +01:00
TextProcessingApiController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
TextToImageApiController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
TranslationApiController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
TwoFactorChallengeController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
UnifiedSearchController.php fix(search): Limit maximum number of search results 2024-05-15 07:54:00 +00:00
UnsupportedBrowserController.php fix(core): unsupported browser redirect url 2024-06-07 08:58:58 +02:00
UserController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
WalledGardenController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
WebAuthnController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
WellKnownController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
WhatsNewController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00
WipeController.php refactor(core): Switch to attribute based routing 2024-02-21 12:07:50 +01:00