We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef9326 commit a8da009Copy full SHA for a8da009
desktop/core/src/desktop/conf.py
@@ -1610,13 +1610,12 @@ def is_gunicorn_report_enabled():
1610
key="oidc_rp_client_secret",
1611
help=_("The client secret as relay party set in OpenID provider."),
1612
type=str,
1613
- default=""
+ default=None,
1614
),
1615
1616
OIDC_RP_CLIENT_SECRET_SCRIPT=Config(
1617
key="oidc_rp_client_secret_script",
1618
- help=_("Execute this script to produce the oidc rp client secret.",
1619
- "This will be used when 'oidc_rp_client_secret' is not set."),
+ help=_("Execute this script to produce the oidc rp client secret. This will be used when 'oidc_rp_client_secret' is not set."),
1620
type=coerce_password_from_script,
1621
default=None,
1622
0 commit comments