Skip to content

Commit

Permalink
Merge pull request #1221 from uc-cdis/chore/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in ClientAuthenication log
  • Loading branch information
k-burt-uch authored Jan 28, 2025
2 parents 18e2acf + fd5cabd commit 69a9b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/oidc/oidc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def authenticate(self, request, methods, endpoint):
request, methods, endpoint
)

logger.info("oidc_server.py clientAuthentioncation authenticate complete")
logger.info("oidc_server.py clientAuthentication authenticate complete")
# don't allow confidential clients to not use auth
if client.is_confidential:
m = list(methods)
Expand Down

0 comments on commit 69a9b9e

Please sign in to comment.