Releases: AzureAD/microsoft-identity-abstractions-for-dotnet
Releases · AzureAD/microsoft-identity-abstractions-for-dotnet
7.2.0
7.2.0
New features:
- Add
AppHomeTenantId
toMicrosoftIdentityApplicationOptions
to allow multi-tenant applications to specify theAppHomeTenantId
to be used for client credentials. See PR #142 and Id Web for details.
What's Changed
- Post release 7.1.0 - Update version to next and move unshipped public API to shipped by @jmprieur in #141
- Add AppHomeTenantId to MicrosoftIdentityApplicationOptions by @msbw2 in #142
- Update changelog.md by @jennyf19 in #143
New Contributors
Full Changelog: 7.1.0...7.2.0
7.1.0
7.0.0
6.0.0
5.3.0
- Added two new properties
AcceptHeader
andContentType
toDownstreamApiOptions
class. See issue #123 for details. - Fix file path for xml comment. See issue #117 for details.
Full Changelog: 5.2.0...5.3.0
5.2.0
- Added a
TokenExchangeUrl
to the CredentialDescription class.
5.1.0
- Created a new ManagedIdentityOptions class.
- Added a
ManagedIdentity
property to the AcquireTokenOptions class. See #115 for details.
5.0.0
-
Introduce a unique identifier for a CredentialDescription object. See PR for details.
-
Change
AuthorizationHeaderProviderOptions
to use astring
instead ofHttpMethod
. See PR for details. This is a breaking change, but shouldn't affect you if you are using the configuration. -
Add integrated API compatibility. See PR for details.