Skip to content

Releases: byo-software/steam-openid-connect-provider

1.1.1

29 Jun 10:33
0adf1a7

Choose a tag to compare

What's Changed

Fixed wrong healthcheck port in Dockerfile.
Thanks to @Goldenflamer for reporting.

Full changelog
1.1.0...1.1.1

Docker image
docker pull ghcr.io/byo-software/steam-openid-connect-provider:1.1.1

1.1.0

29 Jun 10:58
02051b2

Choose a tag to compare

What's Changed

Breaking changes

  • Renamed OpenID -> OpenId and ClientID -> ClientId in appsettings and environment variables.
    • Example: OpenID__RedirectUri must be changed to OpenId__RedirectUri
  • The default Docker listening port has changed from 80 to 8080 for consistency.
    • You can set the ASPNETCORE_URLS environment variable to http://*:80 if you want to continue using port 80 instead.

Whats new

  • Upgraded to .NET 9
  • Updated all packages
  • Fix SameSite cookie issues for some older browsers
  • Fix forwarded-for middleware applied too late
  • Fix login failing when fetching player summaries fails
    • This happens when the Steam API is down or returns 429 Too Many Requests
    • Users will be still able to log-in but profile related claims will not be available
      • This includes the following claims: picture, nickname, preferred_username, given_name and website
  • Changed UserAgent for Steam API health check requests to avoid getting blocked / blacklisted
  • Minor misc. refactors and code clean up

Docker image
docker pull ghcr.io/byo-software/steam-openid-connect-provider:1.1.0

Full changelog
438370c...02051b2