Skip to content

Commit

Permalink
Fix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 23, 2024
1 parent 48340e7 commit 116056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IdP/ADFS.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static function receivePassiveAuthnRequest(
'Responder' => [ADFS::class, 'sendPassiveResponse'],
'SPMetadata' => $spMetadata->toArray(),
// Dirty hack to leverage the SAML ECP logics
'saml:Binding' => C::BINDING_PAOS,
'saml:Binding' => SAML2_C::BINDING_PAOS,
];

return new StreamedResponse(
Expand Down

0 comments on commit 116056e

Please sign in to comment.