简体   繁体   English

来自 ConfiForms 的 NTLM 身份验证

[英]NTLM Authentication from ConfiForms

I am currently trying to use the EWS API directly from my ConfiForm.我目前正在尝试直接从我的 ConfiForm 使用 EWS API。 When I tested it with cURL, it only worked when I was using the NTLM authentication.当我用 cURL 测试它时,它只在我使用 NTLM 身份验证时有效。

This is the cURL call I used:这是我使用的 cURL 调用:

curl -v -u <user>:<password> -L https://example.com/ews/exchange.asmx -d "@ewstest.xml" -H "Content-Type:text/xml" --ntlm

Now, I have a ConfiForm in Confluence, which when it a user sends it, I want to create a meeting in his exchange calendar.现在,我在 Confluence 中有一个 ConfiForm,当用户发送它时,我想在他的交流日历中创建一个会议。

But I can't seem to figure out how I do the NTLM authentication in a ConfiForm, or if it doesn't work that way, how should I do it instead?但我似乎无法弄清楚我如何在 ConfiForm 中进行 NTLM 身份验证,或者如果它不能那样工作,我应该怎么做?

Thanks.谢谢。

I suspect the problem was with the issue that ConfiForms was not supporting NTLM2.我怀疑问题出在 ConfiForms 不支持 NTLM2 的问题上。 It does now (introduced about 6 months ago).现在可以了(大约 6 个月前推出)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM