8000 fix populating token issuers (#2117) · AogiWorld/botbuilder-python@01449b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01449b5

Browse files
fix populating token issuers (microsoft#2117)
microsoft#2116 Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent bc3b6f4 commit 01449b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botframework-connector/botframework/connector/auth/skill_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async def authenticate_channel_token(
120120
)
121121

122122
if auth_configuration.valid_token_issuers:
123-
token_validation_parameters.issuer.append(
123+
token_validation_parameters.issuer.extend(
124124
auth_configuration.valid_token_issuers
125125
)
126126

0 commit comments

Comments
 (0)
0