Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
892df8eb
Commit
892df8eb
authored
6 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/simplesamlphp-changelog.md
+3
-0
3 additions, 0 deletions
docs/simplesamlphp-changelog.md
docs/simplesamlphp-upgrade-notes-1.15.md
+4
-0
4 additions, 0 deletions
docs/simplesamlphp-upgrade-notes-1.15.md
with
7 additions
and
0 deletions
docs/simplesamlphp-changelog.md
+
3
−
0
View file @
892df8eb
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
docs/simplesamlphp-upgrade-notes-1.15.md
+
4
−
0
View file @
892df8eb
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment