Skip to content

Commit 4b43d46

Browse files
authored
Merge branch 'master' into fix/revoke-policies-on-usersync
2 parents 1608c3a + 43933e5 commit 4b43d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fence/oidc/oidc_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def authenticate(self, request, methods, endpoint):
3636
request, methods, endpoint
3737
)
3838

39-
logger.info("oidc_server.py clientAuthentioncation authenticate complete")
39+
logger.info("oidc_server.py clientAuthentication authenticate complete")
4040
# don't allow confidential clients to not use auth
4141
if client.is_confidential:
4242
m = list(methods)

0 commit comments

Comments
 (0)