Skip to content

Commit 179f87e

Browse files
committed
change
1 parent 484172d commit 179f87e

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)