Skip to content

Commit

Permalink
Merge branch 'master' into chore/ccrypt_usersync
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 authored Jan 29, 2025
2 parents b7fae52 + 69a9b9e commit 3e60965
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 3e60965

Please sign in to comment.