/idp/ 端点来自哪里?

Where do the /idp/ endpoints come from?

我正在尝试基于新的 OIOSAML3.0 设置身份验证机制。使用你的 https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestWebAppCoreNemLogin3Sp 对我来说很好。

但是,将各种启动调用移到我自己的代码中后,我在重定向到 '/idp/saml/3.0/?...'[=24= 时收到 HTTP 404 ]

当我以你的例子为例,但切换到我自己的组织元数据时,同样的事情发生了。

我认为这些端点将通过在 Startup.cs 中调用 AddSaml2()UseSaml2() 来设置,但是似乎并非如此。

您能否深入了解这些端点在何处以及如何添加到项目中?

从 NemLog-in 元数据中读取 IdP 端点。我的样本 NemLog-in 元数据在 TestWebAppCoreNemLogin3Sp-metadata.xml 文件中。

Startup.cs line 39. And the endpoints is read in line 43 and 44 中读取 NemLog-in 元数据。