Skip to content

Commit

Permalink
Fix typo in ClientAuthenication log
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Jan 28, 2025
1 parent 18e2acf commit fd5cabd
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 fd5cabd

Please sign in to comment.