对第三方 Asp.Net 会员提供商的推荐

发布于 2024-08-15 18:59:54 字数 1539 浏览 3 评论 0原文

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

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

发布评论

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

评论(3

美胚控场 2024-08-22 18:59:54

我创建了自己的会员提供商,这是一次很好的体验。一个用于 MySQL,另一个是动态提供程序,在运行时委托给其他提供程序。能够将这些提供程序插入任何应用程序并从 web.config 进行配置真是太好了。

我需要的大部分信息都可以在这里找到:

我还实现了自定义 MembershipUser:

如何:实现自定义成员资格用户

下面是 ASP.NET 成员资格数据库架构 (ASPNETDB) 的便捷参考图.mdf)由 VS 自动生成:

ASP.NET Membership Database Schema

这是它发布的博客文章来自:

ASP.NET 成员架构

I've created my own membership providers and it was a good experience. One was for MySQL, and another was a dynamic provider that delegates to other providers at runtime. It's really nice being able to plug these providers into any app and configure them from the web.config.

Most of the information I needed was found here:

I also implemented a custom MembershipUser:

How to: Implement a Custom Membership User

And here's a handy reference diagram of the ASP.NET Membership Database Schema (ASPNETDB.mdf) automatically generated by VS:

ASP.NET Membership Database Schema

Here's the blog post it came from:

ASP.NET Membership Schema

纵性 2024-08-22 18:59:54

我们一直在为我们的 .NET 应用程序实现和使用 VG,到目前为止我们对此感到满意。
最重要的好处是我们有一个中心位置来管理所有公司的身份验证和授权。我们希望一切都通过集中式安全中心进行。

现在,有了新版本,我们计划将其应用于我们的 Java 应用程序。
我想这个链接显示了有关多种技术版本的基本信息:
http://www.visual-guard.com/EN/user-management-authentication-iam-rbac-access-control-security/identity-role-permission-audit

We have been implementing and using VG for our .NET applications and so far we are happy with it.
The most important benefits is that we have a central place to manage the authentication and the authorizations for all the company. We wanted everything to flow through a centralized security hub.

And now with the new version, we plan to implement it for our Java applications.
I guess this link shows the basic infos about the version for multi technologies:
http://www.visual-guard.com/EN/user-management-authentication-iam-rbac-access-control-security/identity-role-permission-audit

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