From 4b581b8b7a063d0f299dbc32d8834ab6571a28f6 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 14 Nov 2018 14:33:43 +0000 Subject: [PATCH] Changelog --- docs/simplesamlphp-changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index a89fe7870..de68e2807 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -314,6 +314,8 @@ Released 2017-11-20 * We now send the eduPersonTargetedID attribute in the correct NameID XML form, instead of the incorrect simple string. We will also refuse to parse an assertion with an eduPersonTargetedID in 'string' format. + * Receiving an eduPersonTargetedID in string form will no longer break + parsing of the assertion. ### `smartattributes` * Fix SmartName authproc that failed to load. -- GitLab