Skip to content

Releases: AlbusKavaliro/WinTokenBridge

v1.0.0-beta.6

01 May 20:36

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2026-05-01)

Bug Fixes

  • Bump the alldeps group with 6 updates (#20) (528f8c4)

v1.0.0-beta.5

22 Mar 10:32

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2026-03-22)

Bug Fixes

  • Bump the alldeps group with 10 updates (#12) (516de46)
  • deps: bump dotnet-sdk from 10.0.102 to 10.0.103 (#10) (12e5286)
  • deps: update semantic-release to version 25.0.3 in package.json and package-lock.json (f433f9f)
  • update SDK version to 10.0.102 in global.json (aa2f0cf)

v1.0.0-beta.4

01 Jan 23:29

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2026-01-01)

Bug Fixes

  • Bump the alldeps group with 1 update (#5) (83255e6)
  • Typo in AuthorizationEndpoint URL (b51d6d2)

v1.0.0-beta.3

21 Dec 22:50

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2025-12-21)

Bug Fixes

  • ci: Update publish artifacts script to ensure proper handling of self-contained builds for Windows and other platforms (f4c64bc)

v1.0.0-beta.2

21 Dec 12:30

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2025-12-21)

Bug Fixes

  • Bump the alldeps group with 1 update (#4) (be444e3)
  • deps: bump dotnet-sdk from 10.0.100 to 10.0.101 (#3) (8002ca3)
  • deps: update Microsoft.Extensions.Http.Resilience and Microsoft.Extensions.ServiceDiscovery to version 10.1.0 (658f5c3)

Features

  • Add web.config for ASP.NET Core module configuration with Windows Authentication (9105589)
  • Allow audiences to be configured (24cad98)

v1.0.0-beta.1

14 Dec 17:57

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2025-12-14)

Bug Fixes

  • Add missing closing brace in TokenService class (ca4fecf)
  • Add zipping of publish output and update artifact path in release workflow (2974557)
  • Correct JwksUri formatting in OpenIdConnectConfiguration (b010a74)
  • Enable developer certificate trust for OTLP endpoint in basic and token auth collectors (f8d2000)
  • Enhance MapCurrentUserToOpenIdClaims to include user roles in token generation (d61a4f8)
  • Remove unnecessary container runtime arguments for basic auth collectors (cf92116)
  • Replace WinHttpHandler with HttpClientHandler in HttpClient configuration (e214f79)
  • Update JWKS endpoint to include key type, usage, and algorithm (9ce61ce)
  • Update JWKS endpoint to return JWK set in correct format (5edf0d9)
  • Update JWKS endpoint to return public-only JWK for secure parsing (ce8eacf)
  • Update Token handling in TokenRetrievalHandler and Program to use correct property names (3981ad0)
  • Update TokenService to use TimeProvider for accurate time management (cc974d8)

Features

  • Add AuthenticatedApi and SomeClient projects with JWT authentication and CORS support (dbef2af)
  • Add GitHub Actions workflows for CodeQL analysis, component detection, dependency review, .NET build, linter, release process, and semantic pull request validation (e7a6957)
  • Add OpenTelemetry metrics and tracing for TokenService and TokenRetrievalHandler (479e12c)
  • Add support for SBOM generation in GitHub Actions workflow (3a6465f)
  • Enhance certificate management by removing fallback logic and adding PFX path configuration (5899c1d)
  • Enhance release workflow with Node.js setup and semantic-release integration (b07a523)
  • Implement signing certificate management and health check functionality (c67f6ac)
  • Refine CORS policy to allow only GET requests for public metadata endpoints (3360645)