Skip to content
Snippets Groups Projects
Commit 892df8eb authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Document that 1.15 broke EPTI 'string' format in a hard way

parent fa499012
No related branches found
No related tags found
No related merge requests found
...@@ -311,6 +311,9 @@ Released 2017-11-20 ...@@ -311,6 +311,9 @@ Released 2017-11-20
* Make sure we log the user out before reauthenticating. * Make sure we log the user out before reauthenticating.
* More robust handling of IDPList support in proxy mode. * More robust handling of IDPList support in proxy mode.
* Increased `_authSource` field length in Logout Store. * Increased `_authSource` field length in Logout Store.
* 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.
### `smartattributes` ### `smartattributes`
* Fix SmartName authproc that failed to load. * Fix SmartName authproc that failed to load.
......
...@@ -26,3 +26,7 @@ full certificate in `certData` instead. ...@@ -26,3 +26,7 @@ full certificate in `certData` instead.
The `core:AttributeRealm` authproc filter has been deprecated. The `core:AttributeRealm` authproc filter has been deprecated.
Please use `core:ScopeFromAttribute`, which is a generalised version of this. Please use `core:ScopeFromAttribute`, which is a generalised version of this.
simpleSAMLphp will now send the eduPersonTargetedID attribute in the correct
NameID XML form, instead of the incorrect simple string. It will also refuse
to parse an assertion with an eduPersonTargetedID in 'string' format.
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