From ed8d71efe7711edf18b982ef9acac194c86e1123 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Mon, 20 May 2024 19:07:11 -0700 Subject: [PATCH] changelog for 2.18.2 (#2851) --- changelog.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9af66f122..db5250dab 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,11 @@ -__for next release__ - +2.18.2 +========= ### New feature -- Target Microsoft.IdentityModel 7x in OWIN targets, see issue [#2785](https://github.com/AzureAD/microsoft-identity-web/issues/2785) for details. +- Target Microsoft.IdentityModel 7x in OWIN targets, see issue [#2785](https://github.com/AzureAD/microsoft-identity-web/issues/2785) for details. + +### Bug fixes +- Id Web now accepts an env var to disable interactive auth for `KeyVaultCertificateLoader`, see issue [#2647](https://github.com/AzureAD/microsoft-identity-web/issues/2647) for details. +- Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements `ITokenAquirerFactory`, see issue [#2849](https://github.com/AzureAD/microsoft-identity-web/issues/2849) for details. 2.18.1 =========