Issued Token Authentication over HTTP
Is it possible to do Issued Token authentication over HTTP?
The scenario that we are f开发者_开发知识库aced with is an HTTPS request from client to server. Authentication is performed here and a token is issued. We are now however faced with the need to route this request to one of multiple endpoints using a generic message passing implementation. The problem we are faced with is that this endpoint is over HTTP as it is an Internal endpoint in Azure.
Maybe look at implementing virtual tokens and multi-factor authentication in general.
精彩评论