From 94c516fd729655c0dd9dbd9f2a1002d6aca62c88 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 11 Jun 2022 22:05:28 +0200 Subject: [PATCH] Add upgrade note --- docs/simplesamlphp-upgrade-notes-2.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md index 80d554f61..f91bf7b50 100644 --- a/docs/simplesamlphp-upgrade-notes-2.0.md +++ b/docs/simplesamlphp-upgrade-notes-2.0.md @@ -32,6 +32,7 @@ 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 senseful in the array-keys in `metadata/saml20-idp-hosted.php` Configuration changes --------------------- -- GitLab