Skip to content
Snippets Groups Projects
Commit 63d2b820 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Restore posibility to use HTTP-Artifact on AuthnRequests

parent 7b69799a
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ Released TBD
* It is now possible to set a default AuthnContext in the RequestedAuthnContextSelector.
* Fixed a bug in MDQ metadata expiration
* Resolved a possible object injection vulnerability in MDQ metadata cache
* Restored the possibility to use HTTP-Artifact binding on AuthnRequests
## Version 2.0.3
......
......@@ -613,6 +613,7 @@ class SP extends \SimpleSAML\Auth\Source
$dst = $idpMetadata->getEndpointPrioritizedByBinding(
'SingleSignOnService',
[
C::BINDING_HTTP_ARTIFACT,
C::BINDING_HTTP_REDIRECT,
C::BINDING_HTTP_POST,
]
......
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