dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.29k forks source link

Please clarify use of accessTokenFactory for websocket connections #18265

Open simonua opened 4 years ago

simonua commented 4 years ago

accessTokenFactory alludes to obtaining a string to use in HTTP requests, but I also see it added to the initial request on wss (and, presumably, ws). ws/wss are not the same as http/https. They are different protocols. Could you please clarify in the documentation what is meant?

I also do not see accessTokenFactory be called in subsequent websocket interactions, so if a token does change, I do not see this function called again. In that regard, if you truly only meant http, then documentation would be correct in that case.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

DeepWorksStudios commented 1 year ago

Almost 3.5 years have passed and nothing has changed? Microsoft please act.... this is unacceptable