Skip to content

Releases: AzureAD/microsoft-identity-abstractions-for-dotnet

8.0.0

23 Jan 03:22
735aaad
Compare
Choose a tag to compare

Fundamentals

  • Removed the Container and ValueOrReference from the public API of CredentialDescription. They were technical debt used for compatibility
    with Microsoft.Identity.Web 1.x, no longer necessary. See PR #151
    for details.

7.2.1

21 Jan 22:35
8f73508
Compare
Choose a tag to compare

7.2.1

Bug fix:

  • Id property in CredentialDescription was derived from secret values, primarily affecting logging (information level) of credential attempts in Microsoft.Identity.Web, it doesn't affect higher log levels because if the failure occurs, it indicates that a credential description has both a credential source that can fail (e.g., certificate) and the ClientSecret property set, which is not a typical scenario. See issue #147 for details.

7.2.0

07 Nov 22:53
9a65654
Compare
Choose a tag to compare

7.2.0

New features:

  • Add AppHomeTenantId to MicrosoftIdentityApplicationOptions to allow multi-tenant applications to specify the AppHomeTenantId 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

24 Sep 16:47
4633911
Compare
Choose a tag to compare

7.1.0

New features:

  • Add support for internal Microsoft services for token acquisition extensibility. See issue #135 for details.

Engineering excellence

  • Add publicAPI, bannedAPI and Async analyzers. See issue #136 for details.
  • Fix compiler warnings. See issue #137 for details.

7.0.0

30 Jul 16:11
042cd37
Compare
Choose a tag to compare

7.0.0

Breaking changes:

  • Extends the 'IDownstreamApi' interface to include overrides with JsonTypeInfo<T> parameters for source generated JSON serialization. See PR for details.

6.0.0

21 Jun 22:40
0e09887
Compare
Choose a tag to compare

6.0.0

Breaking changes:

  • Updates the 'IAuthorizationHeaderProvider' interface to include a new method 'GetAuthorizationHeaderAsync'. See issue #130 for details.

5.3.0

23 Apr 19:09
477a162
Compare
Choose a tag to compare
  • Added two new properties AcceptHeader and ContentType to DownstreamApiOptions 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

18 Apr 02:16
7985a4f
Compare
Choose a tag to compare

5.1.0

06 Jan 02:42
aea0d8d
Compare
Choose a tag to compare

5.0.0

20 Sep 20:42
bcbe062
Compare
Choose a tag to compare
  • Introduce a unique identifier for a CredentialDescription object. See PR for details.

  • Change AuthorizationHeaderProviderOptions to use a string instead of HttpMethod. 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.