Skip to content

Commit fc9374c

Browse files
committed
fixup! ModuleRouter: support paths in BASE
Avoid messing README.md with an unwanted line break.
1 parent b253b30 commit fc9374c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ bind_password: !ENVFILE LDAP_BIND_PASSWORD_FILE
7878

7979
| Parameter name | Data type | Example value | Description |
8080
| -------------- | --------- | ------------- | ----------- |
81-
| `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
82-
using trailing slashes in this case. |
81+
| `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. |
8382
| `COOKIE_STATE_NAME` | string | `satosa_state` | name of the cookie SATOSA uses for preserving state between requests |
8483
| `CONTEXT_STATE_DELETE` | bool | `True` | controls whether SATOSA will delete the state cookie after receiving the authentication response from the upstream IdP|
8584
| `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 |

0 commit comments

Comments
 (0)