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
0
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
ff1c09c1
Unverified
Commit
ff1c09c1
authored
5 years ago
by
Thijs Kinkhorst
Committed by
Jaime Pérez Crespo
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog.
parent
98686f3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-changelog.md
+29
-0
29 additions, 0 deletions
docs/simplesamlphp-changelog.md
with
29 additions
and
0 deletions
docs/simplesamlphp-changelog.md
+
29
−
0
View file @
ff1c09c1
...
...
@@ -29,6 +29,35 @@ Released TBD
### Interoperability
*
The minimum PHP version required is now 5.6.
## Version 1.17.3
Released 2019-07-10
*
Resolved a security issue that could lead to a reflected XSS. See
[
SSPSA 201907-01
](
https://simplesamlphp.org/security/201907-01
)
.
*
Add new options
`session.cookie.samesite`
and
`language.cookie.samesite`
that can be
used to set a specific value for the cookies' SameSite attribute. The default it not
to set it.
*
Upgraded jQuery to version 3.4.
*
HHVM is no longer supported.
*
Fixed a bug (#926) where dynamic metadata records where not loaded from a database.
*
Fixed an issue when an error occurs during a passive authentication request.
*
Handle duplicate insertions for SQL Server.
*
Fix a bug in Short SSO Interval warning filter.
*
Apply a workaround for SIGSEGVs during session creation with PHP-FPM 7.3.
### adfs
*
Fixed a missing option to supply a passphrase for the ADFS IDP signing certificate.
### authlinkedin
*
This module has been removed now that LinkedIn no longer supports OAuth1.
If you relied on this module, you may consider migrating to the
[
authoauth2 module
](
https://github.com/cirrusidentity/simplesamlphp-module-authoauth2
)
.
A migration guide for LinkedIn authentication is included in their README.
### saml
*
Added support for per-IDP configurable
`AuthnContextClassRef`
/
`AuthnContextComparison`
.
## Version 1.17.2
Released 2019-04-02
...
...
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