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 jay-oswald committed Nov 28, 2024
1 parent 5b38108 commit b5a0e1f
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 b5a0e1f

Please sign in to comment.