Skip to content

Tags: simplesamlphp/simplesamlphp-module-smartattributes

Tags

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from simplesamlphp/bugfix/use-last-authenticati…

…ngauthority

When multiple AuthenticatingAuthority elements are present, use the last

v0.9.3

Toggle v0.9.3's commit message
When multiple AuthenticatingAuthority elements are present, use the last

In proxying scenarios, upstream proxies may add more elements to the chain
of AuthenticatingAuthorities. When multiple elements are present, the
one most recently added is at the end of the list (SAML core 3.4.1.5.1).
This is the IdP closest to us. Other proxies could be added at any time
after it, and this should not influence the outcome.

This may change ID's generated with the old code. However, I would consider
those ID's to be already buggy. But it makes sense to list this as a
potentially breaking change in the release notes.

Closes #2
Closes simplesamlphp/simplesamlphp#1431

v1.0.2

Toggle v1.0.2's commit message
Update module-installer

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update and rename default-enable to default-disable

v0.9.0

Toggle v0.9.0's commit message
PSR-12

v1.0.0

Toggle v1.0.0's commit message
Address Psalm issues