Skip to content

Commit

Permalink
Fix wsa-namespace to match reality (ADFS 2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Jan 23, 2024
1 parent 522735c commit e34b905
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 @@ -143,7 +143,7 @@ private static function generateResponse(
</saml:Assertion>
</wst:RequestedSecurityToken>
<wsp:AppliesTo xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
<wsa:EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Address>$target</wsa:Address>
</wsa:EndpointReference>
</wsp:AppliesTo>
Expand Down

0 comments on commit e34b905

Please sign in to comment.