Sharing Authentication between ASP.NET sites

前端 未结 4 2041
再見小時候
再見小時候 2021-01-01 08:10

I have two ASP.NET sites (they can not run in the same process) and I need to share authentication between them. If a user is in site A already authenticated and then goes

4条回答
  •  借酒劲吻你
    2021-01-01 08:22

    Check out the Windows Communication Authentication Service. Won't quite handle single sign-on like you want, but it should at least let people login across the board with the same credentials.

提交回复
热议问题