首先,我尝试使用itfoxtec-identity-saml2 2对我的IDP.At进行身份验证,我使用了asp.net webform,但是我需要将我的网站迁移到asp net核心mvc,并且我不知道如何继续输入这些参数:
身份验证级别断言使用者URL端点
我的IDP为我提供了一个解码SAML响应的证书。
我是MVC的新手。
我会感谢你的帮助。
问候
我尝试使用这个过程:https://developer.okta.com/blog/2020/10/23/how-to-authenticate-with-saml-in-aspnet-core-and-csharp,但是缺少参数
发布于 2022-11-23 15:12:24
您可以从克隆/下载git存储库https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2开始。
然后运行两个样本:
test/TestIdPCore
test/TestWebAppCorehttps://stackoverflow.com/questions/74544341
复制相似问题