how to implement single sign on in .Net?

后端 未结 6 1729
别跟我提以往
别跟我提以往 2021-01-31 00:39

What is the best solution to implement single sign on in a .net application? I have googled and found few solutions but I am not very convinced with those solutions.

Use

6条回答
  •  无人及你
    2021-01-31 01:34

    The official Microsoft approach is via Active Directory Federation Services (which wraps SAML with AD authentication). This has the characteristics which you're looking for -- but is possibly too heavyweight for a public web application.

提交回复
热议问题