只使用基于密码的身份验证,它很容易在CSOM中进行身份验证:
context.Credentials = new SharePointOnlineCredentials(username, password);
但是,如何在多因素身份验证到位时进行身份验证(http://technet.microsoft.com/en-us/library/dn249471.aspx)?
答案 0 :(得分:0)
使用应用密码代替常规密码。
在此处生成应用密码:
https://account.activedirectory.windowsazure.com/AppPasswords.aspx
或转到
https://portal.office.com/account/#security
,然后点击Additional Security Verification
> Create app password
。
您以后随时可以撤消/删除应用密码。