Skip to content

Bot sample do not have authenticate flow completely implemented #1663

Open
@diegoriera

Description

@diegoriera

https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-conversation-quickstart/python

OAuth flow is sending this reques to bot however, it is not implemented, and bot is returning http error 501 Not Implemented.
{
"name": "signin/verifyState",
"type": "invoke",
"timestamp": "2025-05-12T17:10:15.235Z",
"localTimestamp": "2025-05-12T18:10:15.235+01:00",
"id": "f:708ee6f8-3962-2c41-d785-db672f5fc664",
"channelId": "msteams",
"serviceUrl": "https://smba.trafficmanager.net/amer/scrubbed/",
"from": {
"id": "29:1kzjmf2sCedLi805kG9YvzZ58vt16IoePzt8-OIgujNI9nvFBWQG84fD_z21LjXtLyt-r72mwhpDoQY83nIkMgw",
"name": "User1",
"aadObjectId": "scrubbed"
},
"conversation": {
"conversationType": "personal",
"tenantId": "scrubbed",
"id": "a:1XMhwFV_JXkxvFggC2fqR-caKjoFXR3qgClLRRotsJ2xhEMxMFMecNcN5k8A_7FTWSc89i0dLFCXp6w1gqevr0mX76gD9Emf8TxRUqBEh_kB2cALjcOfj5wKZPoaorWZ_"
},
"recipient": {
"id": "28:scrubbed",
"name": "Name"
},
"entities": [
{
"locale": "en-US",
"country": "US",
"platform": "Web",
"timezone": "Europe/London",
"type": "clientInfo"
}
],
"channelData": {
"tenant": {
"id": "scrubbed"
},
"source": {
"name": "message"
},
"legacy": {
"replyToId": "1:140QZdtbV8-AL8CeGqvV6tcsKhmppcbN3Q7hQP8zwmkY"
}
},
"replyToId": "1747069807492",
"value": {
"state": "142433"
},
"locale": "en-US",
"localTimezone": "Europe/London"
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions