Using OpenID with WCF and no browser, is it possible?

后端 未结 3 835
日久生厌
日久生厌 2020-12-29 12:32

From most of the reading I\'ve done on OpenID, it seems a browser may be required. I\'m writing a WCF app and wanted to use OpenID as the authentication method, but my app

3条回答
  •  情话喂你
    2020-12-29 13:29

    Take a OpenIdMembershipProvider (maybe others exist). Then configure Message security in WCF, with Username authentication, then you can use the ASPNET MembershipProvider to authenticate your user. I don't think you can find an easier solution ;)

提交回复
热议问题