microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.45k stars 2.44k forks source link

Token Service doesn't refresh the user token #6634

Closed atmoraes1 closed 4 days ago

atmoraes1 commented 4 months ago

The documentation states the Token Service handles user tokens, but it is not refreshing the token even though Azure Portal requires you to enter the refresh URL details.

tracyboehrer commented 3 months ago

@atmoraes1 What documentation are you referring to?

atmoraes1 commented 3 months ago

One of them is this: . It states you don't need to manage tokens as the Token Service does that for you. But when the token expires, it is not refreshed.

stevkan commented 2 months ago

@atmoraes1 - Can you provide a link to the doc(s) you are referring to?