diff --git a/website/pages/docs/auth/jwt.mdx b/website/pages/docs/auth/jwt.mdx index b4f788437d8..2f3c74865ef 100644 --- a/website/pages/docs/auth/jwt.mdx +++ b/website/pages/docs/auth/jwt.mdx @@ -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