From c5d002c39ddf71f729f945fa51134a0a6dac68ce Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 13 Jun 2022 12:54:22 +0200 Subject: [PATCH] Update docs/simplesamlphp-upgrade-notes-2.0.md Co-authored-by: Thijs Kinkhorst <thijs@kinkhorst.com> --- docs/simplesamlphp-upgrade-notes-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md index f91bf7b50..ff3b6accc 100644 --- a/docs/simplesamlphp-upgrade-notes-2.0.md +++ b/docs/simplesamlphp-upgrade-notes-2.0.md @@ -32,7 +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` +- 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). Configuration changes --------------------- -- GitLab