Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sso-1.1.0-linux-amd64-go1.10.3.tar.gz | 2018-12-04 | 7.4 MB | |
README.md | 2018-12-04 | 1.1 kB | |
v1.1.0.tar.gz | 2018-12-04 | 1.2 MB | |
v1.1.0.zip | 2018-12-04 | 1.3 MB | |
Totals: 4 Items | 10.0 MB | 0 |
Please take the SSO Community Survey to let us know how we're doing, and to help us plan our roadmap!
- Remove support for legacy alternative cookie cipher (#54)
- Ensure that
sso_auth
responds to pings (#65) - Static files are embedded directly into binaries (#63)
- Allow per-upstream configuration of TLS verification (#49)
- Fixed data race for encryption cipher (#77)
- Refactoring of some provider logic, to facilitate additional providers (#76)
PROXY_ROOT_DOMAIN
is now a required option forsso_auth
(#92)- Added optional
PROVIDER_URL_INTERNAL
for split dns deployments (#88, [#123]) - Removed default provider and associated unused functions (#87)
- Access token is now forwarded to upstreams via
X-Forwarded-AccessToken
header, when proxy optionPASS_ACCESS_TOKEN
is set (#109) - Added support for digital signing of upstream requests, via
Sso-Signature
header (#106) - Added
preserve_host
option to upstream configs (#55) - Various other minor fixes, cleanups, etc.