Skip to content

Commit

Permalink
feat(implicit): retain old behavior for id_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13-machine-user committed Sep 8, 2021
1 parent 3780b80 commit 34987f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fence/oidc/jwt_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def generate_token_response(
nonce=nonce,
linked_google_email=linked_google_email,
linked_google_account_exp=linked_google_account_exp,
include_project_access=False,
auth_flow_type=AuthFlowTypes.CODE,
access_token=access_token,
).token
Expand Down

0 comments on commit 34987f1

Please sign in to comment.