From eafeec21333cded548dc76cc177136035b006dd8 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Mon, 22 Aug 2022 17:33:16 +0200 Subject: [PATCH] Mention new location of admin interface Closes: #1683 (cherry picked from commit d3e728fad5d00c4391261547645927c4faf5dca7) --- docs/simplesamlphp-upgrade-notes-2.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md index 9b83543cc..013b07744 100644 --- a/docs/simplesamlphp-upgrade-notes-2.0.md +++ b/docs/simplesamlphp-upgrade-notes-2.0.md @@ -23,6 +23,8 @@ composer require simplesamlphp/simplesamlphp-module-ldap --update-no-dev - Modules must be enabled through the `module.enable` option in `config.php`. Modules can no longer be enabled by having a file named `enable` or `default-enable` in the module's root directory. +- The base URL of the SimpleSAMLphp installation no longer provides an admin menu. Instead this is now at the location + `<simpleSAMLphp base URL>/admin`. The `admin` module needs to be enabled for this to work. - SAML AuthnRequests that are signed will have their signature validated unless specifically disabled by setting `validate.authnrequest` to `false`. If unset (or set to true) signatures will be validated if present and requests not passing validation will be refused. -- GitLab