diff --git a/app/vmgateway/README.md b/app/vmgateway/README.md index 3e13471e4..2eeae6f75 100644 --- a/app/vmgateway/README.md +++ b/app/vmgateway/README.md @@ -266,6 +266,9 @@ The shortlist of configuration flags include the following: -auth.jwksEndpoints array JWKS endpoints to fetch keys for JWT tokens signature verification Supports an array of values separated by comma or specified via multiple flags. + -auth.oidcDiscoveryEndpoints array + OpenID Connect discovery endpoints to fetch keys for JWT tokens signature verification + Supports an array of values separated by comma or specified via multiple flags. -auth.publicKeyFiles array Path file with public key to verify JWT token signature Supports an array of values separated by comma or specified via multiple flags. diff --git a/docs/vmgateway.md b/docs/vmgateway.md index fed3982ca..8d11694ff 100644 --- a/docs/vmgateway.md +++ b/docs/vmgateway.md @@ -270,6 +270,9 @@ The shortlist of configuration flags include the following: -auth.jwksEndpoints array JWKS endpoints to fetch keys for JWT tokens signature verification Supports an array of values separated by comma or specified via multiple flags. + -auth.oidcDiscoveryEndpoints array + OpenID Connect discovery endpoints to fetch keys for JWT tokens signature verification + Supports an array of values separated by comma or specified via multiple flags. -auth.publicKeyFiles array Path file with public key to verify JWT token signature Supports an array of values separated by comma or specified via multiple flags.