We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484172d commit 179f87eCopy full SHA for 179f87e
msal/wstrust_request.py
@@ -79,7 +79,7 @@ def _build_rst(username, password, cloud_audience_urn, endpoint_address, soap_ac
79
return """<s:Envelope xmlns:s='{s}' xmlns:wsa='{wsa}' xmlns:wsu='{wsu}'>
80
<s:Header>
81
<wsa:Action s:mustUnderstand='1'>{soap_action}</wsa:Action>
82
- <wsa:messageID>urn:uuid:{message_id}</wsa:messageID>
+ <wsa:MessageID>urn:uuid:{message_id}</wsa:MessageID>
83
<wsa:ReplyTo>
84
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
85
</wsa:ReplyTo>
0 commit comments