英文:
Incorporate WebForms Application with Azure AD for SAML based SSO authentication
问题
我正在尝试将ITFoxtec SAML与我的Web表单应用程序和Azure AD集成,以实现基于SAML的SSO身份验证。是否可以提供任何参考链接或指导我如何进行工作?
目标框架:.NET Framework 4.8(Web表单)
我已经查看了GitHub存储库中提供的示例,但仍然无法进一步操作。https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2
英文:
I am trying to incorporate ITFoxtec SAML with my webforms applications and Azure AD for SAML based SSO authentication. Can anyone please provide me any reference link or guide me regarding this to work?
Target Framework: .NET Framework 4.8(Web forms)
I have gone through the samples given in the github repo but still unable to proceed further.https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2
答案1
得分: 1
我怕在.NET WebForms中没有ITfoxtec Identity SAML 2.0的示例,但可以在.NET WebForms应用程序中实现它。
请参考以下链接:
- https://stackoverflow.com/questions/67011417/itfoxtec-saml-2-0-and-net-aspx-application-not-mvc
- https://stackoverflow.com/questions/67903371/itfoxtec-identity-saml2-net-framework-4-6-web-forms-guidance
- https://stackoverflow.com/questions/70735069/itfoxtec-saml-2-0-and-asp-net-web-forms-aspx-httprequest
或者,您可以使用OpenID Connect连接到Azure AD,或者使用FoxIDs作为安全代理在Azure AD SAML 2.0连接和您的应用程序之间进行转换,使用OpenID Connect连接。
英文:
I'm afraid that there is not a .NET WebForms sample but it is possible to implement ITfoxtec Identity SAML 2.0 in a .NET WebForms application.
Please se the following links:
- https://stackoverflow.com/questions/67011417/itfoxtec-saml-2-0-and-net-aspx-application-not-mvc
- https://stackoverflow.com/questions/67903371/itfoxtec-identity-saml2-net-framework-4-6-web-forms-guidance
- https://stackoverflow.com/questions/70735069/itfoxtec-saml-2-0-and-asp-net-web-forms-aspx-httprequest
Alternatively, you can connect to Azure AD using OpenID Connect or use FoxIDs as an security broker to concert between the Azure AD SAML 2.0 connection and your application using OpenID Connect.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论