mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-03-23 21:50:48 +02:00
fix docs: command line options (#744)
This commit is contained in:
parent
37026b60ce
commit
bd5fab478d
@ -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.
|
The `client_id` and `client_secret` are configured in the application settings.
|
||||||
Generate a unique `client_secret` to encrypt the cookie.
|
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
|
#### Configuring the OIDC Provider with Okta - localhost
|
||||||
1. Signup for developer account: https://developer.okta.com/signup/
|
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
|
# Note: use the following for testing within a container
|
||||||
# http_address = "0.0.0.0:4180"
|
# 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
|
### login.gov Provider
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user