Skip to content
Snippets Groups Projects
Commit 907d8385 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Enhance upgrade notes

parent 24b07b1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
---------------------
......
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