Releases: byo-software/steam-openid-connect-provider
Releases · byo-software/steam-openid-connect-provider
1.1.1
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
What's Changed
Breaking changes
- Renamed
OpenID->OpenIdandClientID->ClientIdin appsettings and environment variables.- Example:
OpenID__RedirectUrimust be changed toOpenId__RedirectUri
- Example:
- The default Docker listening port has changed from 80 to 8080 for consistency.
- You can set the
ASPNETCORE_URLSenvironment variable tohttp://*:80if you want to continue using port 80 instead.
- You can set the
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_nameandwebsite
- This includes the following claims:
- 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