Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Sep 29, 2023
1 parent 0f67ddd commit c947e61
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 @@ -97,7 +97,7 @@ def create_oauth2_request(self, request):
for key in flask.request.values.keys():
logger.debug(key + " : " + flask.request.values[key])

oauth_request = FlaskOAuth2Request(flask.request)
oauth_request = FenceOauth2Request(flask.request)

logger.debug("Logging Created Oauth2 Request variables")
if oauth_request.grant_type:
Expand Down

0 comments on commit c947e61

Please sign in to comment.