Sustainsys Saml2 启动 ASP.NET Web 窗体身份验证示例
我从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从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