We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1608c3a + 43933e5 commit 4b43d46Copy full SHA for 4b43d46
fence/oidc/oidc_server.py
@@ -36,7 +36,7 @@ def authenticate(self, request, methods, endpoint):
36
request, methods, endpoint
37
)
38
39
- logger.info("oidc_server.py clientAuthentioncation authenticate complete")
+ logger.info("oidc_server.py clientAuthentication authenticate complete")
40
# don't allow confidential clients to not use auth
41
if client.is_confidential:
42
m = list(methods)
0 commit comments