Update JWT docs re: host parameter (#7445)

This commit is contained in:
Jim Kalafut 2019-09-06 14:58:14 -07:00 committed by GitHub
parent 3424b49613
commit 210d6a4217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,8 +136,8 @@ be set up depending on the installation.
If you plan to support authentication via `vault login -method=oidc`, a localhost redirect URI If you plan to support authentication via `vault login -method=oidc`, a localhost redirect URI
must be set. This can usually be: `http://localhost:8250/oidc/callback`. Logins via the CLI may must be set. This can usually be: `http://localhost:8250/oidc/callback`. Logins via the CLI may
specify a different listening port if needed, and a URI with this port must match one of the specify a different host and/or listening port if needed, and a URI with this host/port must match one
configured redirected URIs. These same "localhost" URIs must be added to the provider as well. of the configured redirected URIs. These same "localhost" URIs must be added to the provider as well.
**Vault UI** **Vault UI**