Skip to content

Commit 3d477ab

Browse files
authored
Merge pull request #230 from AzureAD/ws-trust-request-change
Changing case of messageID in WS-Trust request document
2 parents 484172d + 179f87e commit 3d477ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/wstrust_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _build_rst(username, password, cloud_audience_urn, endpoint_address, soap_ac
7979
return """<s:Envelope xmlns:s='{s}' xmlns:wsa='{wsa}' xmlns:wsu='{wsu}'>
8080
<s:Header>
8181
<wsa:Action s:mustUnderstand='1'>{soap_action}</wsa:Action>
82-
<wsa:messageID>urn:uuid:{message_id}</wsa:messageID>
82+
<wsa:MessageID>urn:uuid:{message_id}</wsa:MessageID>
8383
<wsa:ReplyTo>
8484
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
8585
</wsa:ReplyTo>

0 commit comments

Comments
 (0)