Commit Graph

9 Commits

Author SHA1 Message Date
c707f1e1c5 Added support for dict/json environment variables for docker image 2023-03-10 15:20:18 +02:00
68d9fb3755 Support multiple Flask session types, not just filesystem. Set via generic SESSION_TYPE environment variable 2023-03-08 12:08:07 +02:00
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
6f450457ef Update env docs from legal_envvars 2022-12-12 22:06:44 -04:00
2dec2ad204 Fix default values. 2022-12-08 21:23:28 -04:00
19e5750974 Dropped documentation to 1.1.x since that is the version being used. 2022-12-08 21:22:13 -04:00
7a2f83a888 Update environment var required. 2022-12-08 21:19:55 -04:00
76315aac6d Add required column to table. 2022-12-08 21:16:26 -04:00
2c34307365 Move environment vars to configuration 2022-12-08 20:59:35 -04:00