From 787948d0cebc46aec075f4625f807930d7d52a57 Mon Sep 17 00:00:00 2001 From: Travis Walker Date: Fri, 30 Aug 2019 14:18:22 -0700 Subject: [PATCH] Update changelog.txt (#1646) * Update changelog for 5.2.1 --- changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.txt b/changelog.txt index 55979aaa8..62bbfded2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +Version 5.2.1 +============== +Bug fix: +- **When using integrated Windows authentication in hybrid environments, managed (cloud) users were not able to sign-in.** Now, ADAL.NET sends the correct header information to enable seamless SSO in hybrid environments for managed users. +Additional info: +[MSDOCS on Seamless SSO](https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sso) +[Seamless SSO Wiki] (https://aka.ms/adal-seamless-sso) +[Integrated Windows Auth Wiki](https://aka.ms/adal-iwa) +[Issue 1478](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1478) + Version 5.2.0 ============== Bug fix: