菜鸟教程小白 发表于 2022-12-12 14:27:07

ios - 在 iOS 应用程序中使用 SharePoint (NTLM) 进行身份验证


                                            <p><p>在尝试连接到 Microsoft Share Point 服务时,我在验证和获取身份验证 token 时遇到问题。</p>

<p>是否有人为我提供了一个可行的示例或有关如何正确获取身份验证 token 的一些提示?</p>

<p>谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>有一个<a href="http://www.robertkuzma.com/2011/07/making-a-post-in-objective-c-xcode-to-sharepoint-webservice-requiring-windows-ntlm-authenticaton-for-iphone-or-ipad/" rel="noreferrer noopener nofollow">Robert Kuzma blog post</a>关于从 iOS 到 SharePoint 的 NTLM 身份验证。有关选择首选身份验证方法的一些附加信息,请访问 <a href="http://iphoneincubator.com/blog/server-communication/nsurlauthenticationmethodntlm-vs-nsurlauthenticationmethodservertrust" rel="noreferrer noopener nofollow">here</a> .</p>

<p>总而言之,使用 <code>NSURLConnection</code> 中的 <code>didReceiveAuthenticationChallenge</code> 回调。</p>

<p>如果这对您没有帮助,请具体说明您的身份验证问题是什么。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 iOS 应用程序中使用 SharePoint (NTLM) 进行身份验证,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/18738527/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/18738527/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 iOS 应用程序中使用 SharePoint (NTLM) 进行身份验证