Releases: AzureAD/microsoft-identity-abstractions-for-dotnet
Releases · AzureAD/microsoft-identity-abstractions-for-dotnet
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.
4.1.0
4.0.0
3.2.1
3.2.0
3.1.0
3.0.0
2.1.0
2.1.0
- Support a credential description for auto decrypt keys. See issue #65 for details.
- Add
JwtClaim
toAquireTokenOptions
. See issue [#67](Support a credential description for auto decrypt keys/microsoft-identity-abstractions-for-dotnet/issues/67) for details.