Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Apr 9, 2024
1 parent ea11435 commit 10000fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fence/oidc/grants/oidc_code_grant.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def validate_request_prompt(self, end_user, redirect_uri):

def validate_token_request(self):
# authenticate the client if client authentication is included
logger.debug("Authenticating token client..")
client = self.authenticate_token_endpoint_client()

logger.debug("Validate token request of %r", client)
Expand Down

0 comments on commit 10000fc

Please sign in to comment.