We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee63c0 commit bdb71ddCopy full SHA for bdb71dd
1 file changed
docs/simplesamlphp-upgrade-notes-2.0.md
@@ -52,6 +52,10 @@ config file manually.
52
The date formatting when specifying a custom logging string has been changed from PHP's
53
deprecated `strftime()` format to PHP's `date()` format.
54
55
+The format of the `NameIDPolicy` option has been changed: to omit sending the
56
+element entirely, you can no longer specify `false` but need to set it to
57
+an empty array (`[]`).
58
+
59
Configuration options that have been removed:
60
61
- simplesaml.nameidattribute. Use the appropriate authproc-filters instead
0 commit comments