I'm building a Windows 10 Universal App. I'm trying to sigin user using Azure Active Directory.
Active Directory uses a library called ADAL (Active Directory Authentication Library). Latest stable version is ADAL v2.18.206251556 which is incompatible with Windows 10. So I'm using a pre-release ADAL v3.5.207081303-alpha.
When I'm trying to sigin on Windows 10 Phone (including emulator and physical device), I'm able to successfully login. But when I try to login on Windows 10 Desktop, I'm getting the following error.! http://i.stack.imgur.com/ddsAi.jpg
Is that a problem of ADAL? How can I fix it.