I have enabled ModernAuthentication
on Office365
tenant and my client is SkypeForBusiness
. I am trying to programatically handle sign-in using Lync SDK
.
Earlier when ModernAuthentication
was not enabled, then BeginSingIn
was able to login to Sfb without any popup for password, however after enabling ModernAuthentication
, it pops up a window to provide the password.
Please provide me pointers as to how I can handle the new window and pass on the password programatically. I am using C# as the language to do so.
_lync.BeginSignIn(username, domainLogin, password, SignInCallback, null);