Update JWT docs (#8513)

Add mention of new CLI parameters.
This commit is contained in:
Jim Kalafut 2020-03-09 13:19:25 -07:00 committed by GitHub
parent 3b21385937
commit 4aae569e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -170,10 +170,16 @@ Complete the login via your OIDC provider. Launching browser to:
The browser will open to the generated URL to complete the provider's login. The
URL may be entered manually if the browser cannot be automatically opened.
The callback listener may be customized with the following optional parameters:
The callback listener may be customized with the following optional parameters. These are typically
not required to be set:
- `callbackhost` (default: "localhost")
- `mount` (default: "oidc")
- `listenaddress` (default: "localhost")
- `port` (default: 8250)
- `callbackhost` (default: "localhost")
- `callbackmethod` (default: "http")
- `callbackport` (default: value set for `port`). This value is used in the `redirect_uri`, whereas
`port` is the localhost port that the listener is using. These two may be different in advanced setups.
### OIDC Provider Configuration