Skip to content

Commit

Permalink
4.51.0 changelog (#4009)
Browse files Browse the repository at this point in the history
* 4.51.0

* Apply suggestions from code review

Co-authored-by: Neha Bhargava <[email protected]>

---------

Co-authored-by: Neha Bhargava <[email protected]>
  • Loading branch information
pmaytak and neha-bhargava authored Mar 16, 2023
1 parent 7cde2cf commit d98e56e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.51.0
==========
### New Features
- Simplified managed identity API. Use `ManagedIdentityApplicationBuilder` to create a `IManagedIdentityApplication` and call `AcquireTokenForManagedIdentity`. See [3970](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3970) and [wiki](https://aka.ms/msal-net-managed-identity).
- Added `StopLongRunningProcessInWebApiAsync` which allows to remove cached tokens based on a long-running OBO key. See [3346](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3346) and [wiki](https://aka.ms/msal-net-long-running-obo).

### Bug Fixes
- `InitiateLongRunningProcessInWebApi` will now always acquire new tokens from AAD without checking the token cache first. See [3825](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3825).
- When using preview Windows broker, MSAL will correctly handle the transitive reference to Microsoft.Identity.Client.NativeInterop. Any explicit references to Microsoft.Identity.Client.NativeInterop in projects also referencing MSAL should be removed. See [3964](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3964).
- Fixed preview Windows broker throwing a signed out exception when calling `AcquireTokenSilent` after acquiring token using the Username/Password flow. See [3916](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3916) and See [3961](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3961).


4.50.0
==========
### New Features
Expand Down

0 comments on commit d98e56e

Please sign in to comment.