fix docs: command line options (#744)

This commit is contained in:
Tomoyuki KOYAMA 2020-08-29 17:26:24 +09:00 committed by GitHub
parent 37026b60ce
commit bd5fab478d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ The `oidc_issuer_url` is based on URL from your **Authorization Server**'s **Iss
The `client_id` and `client_secret` are configured in the application settings.
Generate a unique `client_secret` to encrypt the cookie.
Then you can start the oauth2-proxy with `./oauth2-proxy -config /etc/example.cfg`
Then you can start the oauth2-proxy with `./oauth2-proxy --config /etc/example.cfg`
#### Configuring the OIDC Provider with Okta - localhost
1. Signup for developer account: https://developer.okta.com/signup/
@ -278,7 +278,7 @@ Then you can start the oauth2-proxy with `./oauth2-proxy -config /etc/example.cf
# Note: use the following for testing within a container
# http_address = "0.0.0.0:4180"
```
7. Then you can start the oauth2-proxy with `./oauth2-proxy -config /etc/localhost.cfg`
7. Then you can start the oauth2-proxy with `./oauth2-proxy --config /etc/localhost.cfg`
### login.gov Provider