Skip to content

Commit

Permalink
Issue #768: Force de-prioritisation of BINDING_HTTP_ARTIFACT
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahjcotton authored and gbarat87 committed Dec 13, 2024
1 parent 9c0953d commit 365ed7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .extlib/simplesamlphp/modules/saml/src/Auth/Source/SP.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ private function startSSO2(Configuration $idpMetadata, array $state): void
[
Constants::BINDING_HTTP_REDIRECT,
Constants::BINDING_HTTP_POST,
// auth_saml2 modification - Reordered to maintain existing functionality.
Constants::BINDING_HTTP_ARTIFACT,
],
);
}
Expand Down

0 comments on commit 365ed7f

Please sign in to comment.