From fc9374c9959ddd57d69ee69f9f683f96ddede964 Mon Sep 17 00:00:00 2001 From: Kristof Bajnok Date: Mon, 13 Mar 2023 11:27:43 +0100 Subject: [PATCH] fixup! ModuleRouter: support paths in BASE Avoid messing README.md with an unwanted line break. --- doc/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 6fff65c7b..58b143df6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -78,8 +78,7 @@ bind_password: !ENVFILE LDAP_BIND_PASSWORD_FILE | Parameter name | Data type | Example value | Description | | -------------- | --------- | ------------- | ----------- | -| `BASE` | string | `https://proxy.example.com` | The base url of the proxy. For the OIDC Frontend, this is used to set the issuer as well, and due to implementation constraints, avoid -using trailing slashes in this case. | +| `BASE` | string | `https://proxy.example.com` | The base url of the proxy. For the OIDC Frontend, this is used to set the issuer as well, and due to implementation constraints, avoid using trailing slashes in this case. | | `COOKIE_STATE_NAME` | string | `satosa_state` | name of the cookie SATOSA uses for preserving state between requests | | `CONTEXT_STATE_DELETE` | bool | `True` | controls whether SATOSA will delete the state cookie after receiving the authentication response from the upstream IdP| | `STATE_ENCRYPTION_KEY` | string | `52fddd3528a44157` | key used for encrypting the state cookie, will be overridden by the environment variable `SATOSA_STATE_ENCRYPTION_KEY` if it is set |