Sustainsys Saml2 启动 ASP.NET Web 窗体身份验证示例

发布于 2025-01-11 09:30:56 字数 337 浏览 0 评论 0原文

我从 Anders Abel 找到了以下信息来开始对 Web 表单进行身份验证。我在任何地方都找不到任何有关如何使用 HttpModule 启动身份验证重定向的实际示例代码。有人可以提供一些吗?我有多个 idp,因此我需要一种方法来指定一个。

您应该将 HttpModule 与 Web 表单一起使用。开始验证 将用户重定向到 /Saml2/SignIn。

或者通过自动重定向来保护整个应用程序 web.config 中的设置:

登录 URL 为 /Saml2/SignIn Set 的身份验证模式表单 web.config 中的授权规则禁止匿名访问所有内容 页。

I found the information below to start auth for web forms from Anders Abel. I can't find any actual example code anywhere on how to use the HttpModule to start the auth redirect. Can someone provide some please? I have multiple idps, so I would need a way to specify one.

You should use the HttpModule with Web forms. To start authentication
redirect the user to /Saml2/SignIn.

Or protect the entire application with automatic redirection by
settings in web.config:

Authentication mode Forms with a login url of /Saml2/SignIn Set
Authorization rules in web.config to disallow anonymous access to all
pages.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽清梦 2025-01-18 09:30:56

您可以从github下载代码...
https://github.com/Sustainsys/Saml2

仍然在那里,但您需要返回一点及时提交
62552e250cccd8a7663d9ce29b3239eae51ce498
获取示例

You can download the code from github...
https://github.com/Sustainsys/Saml2

and still there but you need to go back a little bit in time to commit
62552e250cccd8a7663d9ce29b3239eae51ce498
to get the example

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文