8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071e7fd commit e5faf32Copy full SHA for e5faf32
libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/oauth_prompt.py
@@ -546,7 +546,7 @@ async def _recognize_token(
546
if not token_exchange_response or not token_exchange_response.token:
547
await context.send_activity(
548
self._get_token_exchange_invoke_response(
549
- int(HTTPStatus.CONFLICT),
+ int(HTTPStatus.PRECONDITION_FAILED),
550
"The bot is unable to exchange token. Proceed with regular login.",
551
)
552
@@ -609,7 +609,6 @@ def _is_teams_verification_invoke(context: TurnContext) -> bool:
609
@staticmethod
610
def _channel_suppports_oauth_card(channel_id: str) -> bool:
611
if channel_id in [
612
- Channels.ms_teams,
613
Channels.cortana,
614
Channels.skype,
615
Channels.skype_for_business,
0 commit comments