diff --git a/modules/ROOT/pages/config.adoc b/modules/ROOT/pages/config.adoc index f1f16a77..f20d2d61 100644 --- a/modules/ROOT/pages/config.adoc +++ b/modules/ROOT/pages/config.adoc @@ -66,11 +66,16 @@ All configuration options are covered in the sollution sections | `AuthJwtCookieName` | The name of the cookie to use for JWT authentication. | `` | Requires restart | <>, <> | `AuthJwtAud` | The audience to use for JWT authentication. | `` | Requires restart | <> +| `AuthJwtDomain` | The domain to use for JWT authentication. | `` | Requires restart | <>, <> | `AuthJwtCertsURL` | The URL to fetch the public keys from with JWKS | `` | Requires restart | <> | `AuthJwtClaimUsername` | The claim to use for the username. | `sub` | Requires restart | <>, <> | `AuthJwtClaimUserGroup` | The claim to use for the usergroup. | `sub` | Requires restart | <>, <> +| `AuthJwtPubKeyPath` | The path to the public key to use for JWT authentication. | `` | Requires restart | <> | `AuthHttpHeaderUsername` | The HTTP header to use for the username. | `` | Requires restart | <> | `AuthHttpHeaderUserGroup` | The HTTP header to use for the usergroup. | `` | Requires restart | <> +| `AuthLocalUsers | The list of local users. | `[]` | Requires restart | <> +| `AuthLoginUrl` | The URL to redirect to for login. | `` | Requires restart | <> +| `AuthRequireGuestsToLogin` | Basically disables all functionality for guests. It sets all default permissions to false. | `false` | Requires restart | <> | `DefaultPermissions` | The default permissions to use. | `[]` | Requires restart | <> | `AccessControlLists` | The list of access control lists. | `[]` | Requires restart | <> |===