Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ITFoxtec SAML 2.0,我已经开始了多个项目;TestIdpCore 和 TestWebAppCore。单击 TestWebAppCore 登录链接后,我会遇到错误“无法建立 SSL 连接”
问题是您在 TestIdpCore 上使用的 TLS/SSL 证书,.NET Core 显然不接受该证书。TestIdpCore espose 一个 SAML 2.0 元数据端点,TestWebAppCore 作为登录序列的第一步读取该端点。