【问题标题】:Authentification Active Directory Azure on an old Asp.net WebSite旧 Asp.net 网站上的身份验证 Active Directory Azure
【发布时间】:2017-02-18 22:41:09
【问题描述】:

我在查找有关如何在现有的旧 Asp.net 网站中使用 Windows Azure Active Directory 身份验证的信息时遇到了一些问题。

框架是.net 3.5,网站使用Asp Webforms。 我只是希望用户通过一个简单的 aspx 页面进行身份验证... Windows Azure Active Directory 已经存在。 不知道有没有可能?

提前感谢您的回答。

【问题讨论】:

    标签: c# asp.net authentication web azure-active-directory


    【解决方案1】:

    您需要升级到 .Net 4.5.1 以获得任何运行时支持。 Katana 和 Asp.Net Core 1.0 支持 OpenIdConnect 和 JwtBearer

    http://katanaproject.codeplex.com/ https://github.com/aspnet/home

    ADAL 支持获取 access_tokens。 https://github.com/AzureAD/azure-activedirectory-library-for-dotnet

    【讨论】:

    • 您好,感谢您抽出宝贵的时间,您确定不使用 .Net 4.5.1 就不可能做到这一点吗?这是一个旧应用程序,无法执行此操作...
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-01-11
    • 1970-01-01
    • 1970-01-01
    • 2022-10-04
    • 1970-01-01
    相关资源
    最近更新 更多