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 4ab1850 commit 3780b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fence/oidc/jwt_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def generate_implicit_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.IMPLICIT,
access_token=access_token if include_access_token else None,
).token
Expand Down

0 comments on commit 3780b80

Please sign in to comment.