繁体   English   中英

无法使用 ITFoxtec 登录 WebForms

[英]Not able to signin to a WebForms using ITFoxtec

曾尝试在我的网络表单应用程序中使用 ITFoxtec,但当我单击“登录”时出现如下错误。 我已经在我的 Azure AD 的默认目录中注册了该应用程序。 在此处输入图像描述

<appSettings> <add key="Saml2:Issuer" value="urn:itfoxtec:identity:saml2:testwebapp" /> <add key="Saml2:SingleSignOnDestination" value="https://test-adfs.itfoxtec.com/adfs/ls/" /> <add key="Saml2:SingleLogoutDestination" value="https://test-adfs.itfoxtec.com/adfs/ls/" /> <add key="Saml2:SignatureAlgorithm" value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /> <add key="Saml2:CertificateValidationMode" value="None" /></appSettings>这是我添加的web.config

我认为您需要管理员同意/批准您在公元 Azure 年的申请。

问题中的配置看起来像示例配置,而不是您正在使用的配置。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM