From 907d83858d4384d7120e20e8155cde4968cd284e Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 13 Jun 2022 17:10:12 +0200 Subject: [PATCH] Enhance upgrade notes --- docs/simplesamlphp-upgrade-notes-2.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md index ff3b6accc..003efea78 100644 --- a/docs/simplesamlphp-upgrade-notes-2.0.md +++ b/docs/simplesamlphp-upgrade-notes-2.0.md @@ -32,7 +32,10 @@ Functional changes - All support for the Shibboleth 1.3 / SAML 1.1 protocol has been removed. - Sessions are no longer backwards compatible with previous versions. Make sure to clear your session cache during the upgrade process. How to do this depends on your session backend. -- EntityIDs are no longer auto-generated. Make sure to set it to something sensible in the array-keys in `metadata/saml20-idp-hosted.php` (or to the existing entityID when upgrading an existing installation). +- EntityIDs are no longer auto-generated. Make sure to set it to something sensible in the array-keys in + `metadata/saml20-idp-hosted.php` (or to the existing entityID when upgrading an existing installation). + If you are using a database to store metadata, make sure to replace any __DYNAMIC% entityID's with + a real value manually. Dynamic records are no longer loaded from the database. Configuration changes --------------------- -- GitLab