Skip to content

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

3.2.1

11 Jul 17:31
2600fef
Compare
Choose a tag to compare

3.2.1

  • Improve the XML documentation (See #85 and #86)
  • Add unit tests for a 100% code coverage

3.2.0

11 Jul 17:30
2177522
Compare
Choose a tag to compare

3.2.0

  • Add RequiresUnreferencedCode attribute to IDownstreamApi and IDownstreamApiHttpMethods. See #82 for details.

3.1.0

11 Jul 17:29
c28c5e0
Compare
Choose a tag to compare

3.1.0

  • Add ExtraQueryParameters to AcquireTokenOptions. See pr for details.

3.0.0

11 Jul 17:28
3d72f48
Compare
Choose a tag to compare

3.0.0

  • Rename JwtClaim to PopClaim in AcquireTokenOptions. See issue #74 for details.
  • Remove support for net462.

2.1.0

12 Mar 23:51
a5bcf80
Compare
Choose a tag to compare

2.1.0

2.0.1

12 Mar 23:34
a4c9238
Compare
Choose a tag to compare

2.0.1

  • Rename CallAsync to CallApiAsync

2.0.0

19 Jan 23:51
707d163
Compare
Choose a tag to compare

2.0.0

  • Rename DownstreamRestApi to DownstreamApi.

1.1.0

07 Jan 00:49
5471b9d
Compare
Choose a tag to compare

1.1.0

  • Releasing non-preview version

1.0.6-preview

05 Jan 20:05
6971747
Compare
Choose a tag to compare
1.0.6-preview Pre-release
Pre-release

1.0.6-preview

1.0.5-preview

15 Dec 04:54
e71883c
Compare
Choose a tag to compare
1.0.5-preview Pre-release
Pre-release

1.0.5-preview

API Changes to improve the developer experience

  • New property TokenType on AcquireTokenResult.
  • ApplicationAuthenticationOptions renamed to IdentityApplicationOptions, and MicrosoftAuthenticationOptions to MicrosoftIdentityApplicationOptions
  • Removed ITokenAcquirerFactory.GetTokenAcquirer(string authority, string clientId, System.Collections.Generic.IEnumerable clientCredentials, string? region), as the same is doable with GetTokenAcquirer(IdentityApplicationOptions identityApplicationOptions)
  • Added helpers to IDownstreamRestApi for each of the Http methods.
  • Split DownstreamRestApiOptions into AuthorizationHeaderProviderOptions (now used in IAuthorizationHeaderProvider), and DownstreamRestApiOptions, which adds the scopes. A new derived class DownstreamRestApiOptionsReadOnlyHttpMethod enables a better developer experience in the IDownstreamWebApi methods which names starts with an HttpMethod (no confusion and risk to change the HTTP method in the delegate)