开发者

WCF: Issued Token authentication over Basic HTTP

开发者 https://www.devze.com 2022-12-13 07:24 出处:网络
I am trying to make a WCF service that will use token-based authentication (so I don\'t have to send a username and password with every request) but I would like to keep the interface simple, ideally

I am trying to make a WCF service that will use token-based authentication (so I don't have to send a username and password with every request) but I would like to keep the interface simple, ideally Basic HTTP(S), because I need to be able to call the service from Flash. It appears that the Issued Token authentication mode has to be used with WS-Federation (and also comes with a bunch of other complexity such as SAML and STSes).

开发者_如何学Go

Is it possible to use token-based authentication over Basic HTTP? If not, what is the best way to accomplish this scenario?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号