This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Enhancements to negotiate response url #1947
Closed
Description
We want to add 2 things to the negotiate response:
-
A url that the client connects to for the actual SignalR end point. This is to support scenarios where the main application wants to direct the real time traffic to another server but doesn't want to hard code urls in the client. Negotiate would gain the ability to specify a URL that the client should connect to.
-
An access token or access token end point. This would automagically get plugged into the client's access token provider when making a request to the above url.