I want to authenticate my application user with office 365 using Oauth v2, when I deploy my code on window server 2008 with TLS 1.2 enabled ,this give following error
The client and server cannot communicate, because they do not possess a common algorithm.
but when we enable tls 1.0 then its start working properly?