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 711b49a commit ba51535Copy full SHA for ba51535
ansible_base/authentication/authenticator_plugins/oidc.py
@@ -124,9 +124,7 @@ class OpenIdConnectConfiguration(BaseAuthenticatorConfiguration):
124
125
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)"
+ "The algorithm(s) for decoding JWT responses from the IDP."
130
),
131
default=OpenIdConnectAuth.JWT_ALGORITHMS,
132
allow_null=True,
0 commit comments