Commit Graph

10 Commits

Author SHA1 Message Date
Matt Scott
ab4495dc46
Completed the implementation of the SERVER_EXTERNAL_SSL environment setting into the app config files.
Completed the implementation of the aforementioned environment setting into the OAuth workflows.

Documented the aforementioned setting in the Environment-variables.md wiki document.
2023-04-08 17:05:27 -04:00
Rauno Tuul
c707f1e1c5 Added support for dict/json environment variables for docker image 2023-03-10 15:20:18 +02:00
Rauno Tuul
68d9fb3755 Support multiple Flask session types, not just filesystem. Set via generic SESSION_TYPE environment variable 2023-03-08 12:08:07 +02:00
AdvanticGmbH
5ad384bfe9 Add support for oidc_oauth_metadata_url configuration option
This commit adds support for the `oidc_oauth_metadata_url` configuration
option. This option specifies the URL of the OIDC server's
metadata endpoint, which contains information about the OIDC server's
endpoints, supported scopes, and other configuration details. By using this
option, we can ensure compatibility with different OIDC servers and reduce
the risk of errors due to manual endpoint configuration.
2023-02-23 09:21:01 +01:00
David Mc Ken
6f450457ef Update env docs from legal_envvars 2022-12-12 22:06:44 -04:00
David Mc Ken
2dec2ad204 Fix default values. 2022-12-08 21:23:28 -04:00
David Mc Ken
19e5750974 Dropped documentation to 1.1.x since that is the version being used. 2022-12-08 21:22:13 -04:00
David Mc Ken
7a2f83a888 Update environment var required. 2022-12-08 21:19:55 -04:00
David Mc Ken
76315aac6d Add required column to table. 2022-12-08 21:16:26 -04:00
David Mc Ken
2c34307365 Move environment vars to configuration 2022-12-08 20:59:35 -04:00