Skip to content

Commit 4d6918d

Browse files
Reverting some of the help test
1 parent 711b49a commit 4d6918d

File tree

1 file changed

+1
-5
lines changed
  • ansible_base/authentication/authenticator_plugins

1 file changed

+1
-5
lines changed

ansible_base/authentication/authenticator_plugins/oidc.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,7 @@ class OpenIdConnectConfiguration(BaseAuthenticatorConfiguration):
123123
)
124124

125125
JWT_ALGORITHMS = ListField(
126-
help_text=_(
127-
"The algorithm(s) for decoding JWT responses from the IDP. "
128-
"Leave blank to extract from the .well-known configuration (if that fails we will attempt the default algorithms). "
129-
"Set to ['none'] to not use encrypted tokens (the provider must send unencrypted tokens for this to work)"
130-
),
126+
help_text=_("The algorithm(s) for decoding JWT responses from the IDP."),
131127
default=OpenIdConnectAuth.JWT_ALGORITHMS,
132128
allow_null=True,
133129
validators=[JWTAlgorithmListFieldValidator()],

0 commit comments

Comments
 (0)