Skip to content

Commit 63d2b82

Browse files
committed
Restore posibility to use HTTP-Artifact on AuthnRequests
1 parent 7b69799 commit 63d2b82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/simplesamlphp-changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Released TBD
1616
* It is now possible to set a default AuthnContext in the RequestedAuthnContextSelector.
1717
* Fixed a bug in MDQ metadata expiration
1818
* Resolved a possible object injection vulnerability in MDQ metadata cache
19+
* Restored the possibility to use HTTP-Artifact binding on AuthnRequests
1920

2021
## Version 2.0.3
2122

modules/saml/src/Auth/Source/SP.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ private function startSSO2(Configuration $idpMetadata, array $state): void
613613
$dst = $idpMetadata->getEndpointPrioritizedByBinding(
614614
'SingleSignOnService',
615615
[
616+
C::BINDING_HTTP_ARTIFACT,
616617
C::BINDING_HTTP_REDIRECT,
617618
C::BINDING_HTTP_POST,
618619
]

0 commit comments

Comments
 (0)