Skip to content

Commit

Permalink
fix populating token issuers (#2117)
Browse files Browse the repository at this point in the history
#2116

Co-authored-by: tracyboehrer <[email protected]>
  • Loading branch information
harvey-k and tracyboehrer authored May 31, 2024
1 parent bc3b6f4 commit 01449b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def authenticate_channel_token(
)

if auth_configuration.valid_token_issuers:
token_validation_parameters.issuer.append(
token_validation_parameters.issuer.extend(
auth_configuration.valid_token_issuers
)

Expand Down

0 comments on commit 01449b5

Please sign in to comment.