You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ to validate accounts by email, domain or group.
16
16
## Installation
17
17
18
18
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.2`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
19
+
Prebuilt binaries can be validated by extracting the file and verifying it against the `sha256sum.txt` checksum file provided for each release starting with version `v2.3`.
20
+
```
21
+
sha256sum -c sha256sum.txt 2>&1 | grep OK
22
+
oauth2_proxy-2.3.linux-amd64: OK
23
+
```
19
24
2. Select a Provider and Register an OAuth Application with a Provider
20
25
3. Configure OAuth2 Proxy using config file, command line options, or environment variables
21
26
4. Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx)
0 commit comments