microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Token not gets expired when we generate directline token using microsoft directline api. #359

Open SandeepNuka opened 1 year ago

SandeepNuka commented 1 year ago

I have used POST https://directline.botframework.com/v3/directline/tokens/generate this api to generate the token but it not expiring after 30 minutes is i am making correct api to generate token or should we have another api to generate token which will expire certain period of time.

compulim commented 1 year ago

@stevkan could you help transfer this bug to Azure Bot Services?

xieofxie commented 9 months ago

From what I see in the code, it should expire after 60 minutes. In which document do you get the 30 minutes? We may need to fix that. @SandeepNuka Thanks!

luhan2017 commented 9 months ago

@SandeepNuka any update?