ASP.NET MVC 2 and authentication using WIF (Windows Identity Foundation)

前端 未结 5 2127
梦如初夏
梦如初夏 2020-12-08 00:58

Are there any decent examples of the following available:

Looking through the WIF SDK, there are examples of using WIF in conjunction with ASP.NET u

5条回答
  •  粉色の甜心
    2020-12-08 01:32

    Setting your cookie like this: FederatedAuthentication.SessionAuthenticationModule.WriteSessionTokenToCookie(sessionToken); Doens't work for SSO to other domains.

    To cookie should be set by the STS not at the RP.

提交回复
热议问题