将WebForms应用程序与Azure AD集成,实现基于SAML的单点登录身份验证。

huangapple go评论120阅读模式
英文:

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应用程序中实现它。

请参考以下链接:

或者,您可以使用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:

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.

huangapple
  • 本文由 发表于 2023年1月9日 16:40:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/75054814.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定