Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
9.0.0

======
## New features

- Added a new class named `MicrosoftEntraApplicationOptions` inheriting from `IdentityApplicationOptions` and from which `MicrosoftIdentityApplicationOptions` inherits. Moved the EntraID specific

properties related to web APIs from `MicrosoftIdentityApplicationOptions` to `MicrosoftEntraApplicationOptions`. `MicrosoftIdentityApplicationOptions` now only contains the
properties related to web apps and B2C. See [#165](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/issues/165) for details.
- Added a `Name` property in `MicrosoftEntraApplicationOptions` to allow for dynamic discovery of ASP.NET Core authentication schemes / named options. See [#168](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/issues/168) for details.
- Changed the way the ID property is computed in ClientCredentials. All sensitive data is also now replaced by a hash. See [#163](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/issues/163) for details.
- Added XML comments with recommendations on which CredentialSource not to use in production. See [#167](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/167) for details.


8.2.0

======
- To support Federated Managed Identities a new parameter `FmiPath` was added to `AcquireTokenOptions`. See [#161](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/161) for details.


8.1.1
======
**
Expand Down