Skip to content

Releases: Azure/AAD.fs

Reintroduce net6.0 target

31 May 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0-1...6.1-0

6.0 - abstract token and fully custom validation

23 May 20:03
Compare
Choose a tag to compare

Token validation was already pluggable, but the token type was pegged to JwtSecureToken.
This release makes the token type generic and allows any validator to be plugged in, but defaults to the same OIDC/JwtSecureToken implementation. Your own implementation doesn't need to know about JWT, OIDC or even OAuth2.

What's Changed

  • Bump Microsoft.Identity.Client from 4.60.2 to 4.60.3 in /AAD.fs.tasks by @dependabot in #23
  • Bump Microsoft.Identity.Client from 4.60.2 to 4.60.3 in /AAD.Test by @dependabot in #22
  • Bump Microsoft.Identity.Client from 4.60.2 to 4.60.3 in /AAD.fs by @dependabot in #21
  • Abstract away 'token' by @et1975 in #24

Full Changelog: 5.0-0...6.0-1

5.0 - net8.0

12 Apr 20:53
Compare
Choose a tag to compare

What's Changed

  • Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.Suave by @dependabot in #19
  • Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.fs.tasks by @dependabot in #17
  • Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.Giraffe by @dependabot in #16
  • Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /AAD.Test by @dependabot in #15
  • Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.fs by @dependabot in #18
  • .NET8, dependencies and az cli updates by @et1975 in #20

New Contributors

Full Changelog: 4.0-2...5.0-0

4.0 - net6.0 target

29 Nov 16:57
Compare
Choose a tag to compare

Cleanup + retargeting to net6.0 framework

net5.0 release

12 Jul 22:03
Compare
Choose a tag to compare

Same API, upgraded dependencies and target for net5.0

Load OIDC config on demand and refresh every 24h

17 Apr 18:27
Compare
Choose a tag to compare

Support space-delimited scopes

05 Jun 18:07
Compare
Choose a tag to compare

Also:

  • Add sourcelink, thanks to @ctaggart
  • Add package metadata

Initial OSS release

29 May 13:50
Compare
Choose a tag to compare
1.2-inital

Pipeline the var