Download Latest Version v7.15.1 source code.tar.gz (1.8 MB)
Email in envelope

Get an email when there's a new version of OAuth2 Proxy

Home / v7.15.0
Name Modified Size InfoDownloads / Week
Parent folder
oauth2-proxy-v7.15.0.linux-armv7.tar.gz-sha256sum.txt 2026-03-18 106 Bytes
oauth2-proxy-v7.15.0.linux-ppc64le-sha256sum.txt 2026-03-18 114 Bytes
oauth2-proxy-v7.15.0.linux-ppc64le.tar.gz-sha256sum.txt 2026-03-18 108 Bytes
oauth2-proxy-v7.15.0.linux-s390x-sha256sum.txt 2026-03-18 112 Bytes
oauth2-proxy-v7.15.0.linux-s390x.tar.gz-sha256sum.txt 2026-03-18 106 Bytes
oauth2-proxy-v7.15.0.windows-amd64-sha256sum.txt 2026-03-18 118 Bytes
oauth2-proxy-v7.15.0.windows-amd64.tar.gz-sha256sum.txt 2026-03-18 108 Bytes
oauth2-proxy-v7.15.0.freebsd-amd64.tar.gz-sha256sum.txt 2026-03-18 108 Bytes
oauth2-proxy-v7.15.0.linux-amd64-sha256sum.txt 2026-03-18 112 Bytes
oauth2-proxy-v7.15.0.linux-amd64.tar.gz-sha256sum.txt 2026-03-18 106 Bytes
oauth2-proxy-v7.15.0.linux-arm64-sha256sum.txt 2026-03-18 112 Bytes
oauth2-proxy-v7.15.0.linux-arm64.tar.gz-sha256sum.txt 2026-03-18 106 Bytes
oauth2-proxy-v7.15.0.linux-armv5-sha256sum.txt 2026-03-18 112 Bytes
oauth2-proxy-v7.15.0.linux-armv5.tar.gz-sha256sum.txt 2026-03-18 106 Bytes
oauth2-proxy-v7.15.0.linux-armv6-sha256sum.txt 2026-03-18 112 Bytes
oauth2-proxy-v7.15.0.linux-armv6.tar.gz-sha256sum.txt 2026-03-18 106 Bytes
oauth2-proxy-v7.15.0.linux-armv7-sha256sum.txt 2026-03-18 112 Bytes
oauth2-proxy-v7.15.0.darwin-amd64-sha256sum.txt 2026-03-18 113 Bytes
oauth2-proxy-v7.15.0.darwin-amd64.tar.gz-sha256sum.txt 2026-03-18 107 Bytes
oauth2-proxy-v7.15.0.darwin-arm64-sha256sum.txt 2026-03-18 113 Bytes
oauth2-proxy-v7.15.0.darwin-arm64.tar.gz-sha256sum.txt 2026-03-18 107 Bytes
oauth2-proxy-v7.15.0.freebsd-amd64-sha256sum.txt 2026-03-18 114 Bytes
oauth2-proxy-v7.15.0.windows-amd64.tar.gz 2026-03-18 18.2 MB
oauth2-proxy-v7.15.0.linux-armv6.tar.gz 2026-03-18 16.5 MB
oauth2-proxy-v7.15.0.linux-armv7.tar.gz 2026-03-18 16.5 MB
oauth2-proxy-v7.15.0.linux-ppc64le.tar.gz 2026-03-18 16.7 MB
oauth2-proxy-v7.15.0.linux-s390x.tar.gz 2026-03-18 17.6 MB
oauth2-proxy-v7.15.0.linux-armv5.tar.gz 2026-03-18 16.5 MB
oauth2-proxy-v7.15.0.darwin-amd64.tar.gz 2026-03-18 18.9 MB
oauth2-proxy-v7.15.0.darwin-arm64.tar.gz 2026-03-18 17.7 MB
oauth2-proxy-v7.15.0.freebsd-amd64.tar.gz 2026-03-18 17.9 MB
oauth2-proxy-v7.15.0.linux-amd64.tar.gz 2026-03-18 18.0 MB
oauth2-proxy-v7.15.0.linux-arm64.tar.gz 2026-03-18 16.4 MB
README.md 2026-03-18 2.6 kB
v7.15.0 source code.tar.gz 2026-03-18 1.8 MB
v7.15.0 source code.zip 2026-03-18 2.3 MB
Totals: 36 Items   195.2 MB 0

Release Highlights

  • 🔒 OIDC JWT signing algorithms can now be configured
  • 🍪 CSRF cookie improvements (SameSite option, proper expiration validation)
  • 🧪 Configuration validation flag: --config-test
  • 🔌 Unix socket file mode support
  • 👤 Session state can now be extend with arbitrary claims from ID Token and upstream IDP user profiles endpoint
    • This opens the door for multiple features like:
    • Additional arbitrary header values for any claims your IDP provides
    • Extended OAuth2 Proxy UserInfo endpoint with all additional claims
    • Read the docs here

Important Notes

CSRF cookie validation now correctly uses CSRFExpire instead of Expire. If you relied on the previous behavior, review your session timeout configuration. Check the [documentation(https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#cookie-options) for cookie-csrf-expire.

Breaking Changes

Changes since v7.14.3

  • #3352 fix: backend logout URL call on sign out (#3172)(@vsejpal)
  • #3332 ci: distribute windows binary with .exe extension (@igitur)
  • #2685 feat: allow arbitrary claims from the IDToken and IdentityProvider UserInfo endpoint to be added to the session state (@vegetablest)
  • #3278 feat: possibility to inject id_token in redirect url during sign out (@albanf)
  • #2851 feat: add support for specifying allowed OIDC JWT signing algorithms (#2753) (@andoks / @tuunit)
  • #3369 fix: use CSRFExpire instead of Expire for CSRF cookie validation (@Br1an67)
  • #3365 fix: filter empty strings from allowed groups (@Br1an67)
  • #3338 feat: add --config-test flag for validating configuration (@MayorFaj)
  • #3347 feat: add same site option for csrf cookies (@jvnoije)
  • #3376 feat: allow setting unix socket file mode when declaring listener (@Tristan971 / @tuunit)
Source: README.md, updated 2026-03-18