From edb76f25d8815faa79e796514f2255493e181799 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Thu, 28 Oct 2021 15:50:24 +0000 Subject: [PATCH] Update newsfragment --- towncrier/newsfragments/1929.enhancement | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/towncrier/newsfragments/1929.enhancement b/towncrier/newsfragments/1929.enhancement index cd3712b6..fa02c60b 100644 --- a/towncrier/newsfragments/1929.enhancement +++ b/towncrier/newsfragments/1929.enhancement @@ -1,6 +1,9 @@ -Improved the SSO page. - - Now shows the login target. - - Added toggle to choose login target. - - Made SSO page available separately. SSO page can now be used without Admin. +Improved the SSO page. Warning! The new endpoint /sso is introduced. +This endpoint is now used for handling sign on requests. +You may want to update your reverse proxy to proxy /sso to Mailu (to the front service). + - New SSO page is used for logging in Admin or Webmail. + - Made SSO page available separately. SSO page can now be used without Admin accessible (ADMIN=false). - Introduced stub /static which is used by all sites for accessing static files. + - Removed the /admin/ prefix to reduce complexity of routing with Mailu. Admin is accessible directly via /admin instead of /admin/ui +Note: Failed logon attempts are logged in the logs of admin. You can watch this