Skip to content
Snippets Groups Projects
Commit eafeec21 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Mention new location of admin interface

Closes: #1683
(cherry picked from commit d3e728fa)
parent 89e86a68
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ composer require simplesamlphp/simplesamlphp-module-ldap --update-no-dev ...@@ -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 - 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. 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 - 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 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. validated if present and requests not passing validation will be refused.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment