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.
This commit is contained in:
AdvanticGmbH
2023-02-23 09:21:01 +01:00
parent 1cda4f774a
commit 5ad384bfe9
7 changed files with 18 additions and 0 deletions

View File

@ -11,6 +11,7 @@ legal_envvars = (
'OIDC_OAUTH_API_URL',
'OIDC_OAUTH_TOKEN_URL',
'OIDC_OAUTH_AUTHORIZE_URL',
'OIDC_OAUTH_METADATA_URL',
'BIND_ADDRESS',
'PORT',
'LOG_LEVEL',