企业应用程序、OpenId、Gmail 等的身份管理
我是身份管理的新手,是否有一个管理工具可用于管理:
- 企业应用程序
- Gmail
- SAAS
- OpenId
- LDAP
- 等。
这个想法是在管理工具内有一个单点创建用户(存储在 ldap 或数据库中) ,并且在同一管理工具中,我们可以自动为该用户创建上述其他应用程序的帐户。
到目前为止我挖的是CAS,SSO,我不知道从哪里开始寻找
I am new to identity management, is there a management tool that can be used to manage:
- Enterprise Applications
- Gmail
- SAAS
- OpenId
- LDAP
- Etc.
The idea is to have a single point to create a user inside the management tool (stored on ldap or database), and within the same management tool, we can automatically create accounts for this user to other applications stated above.
what i dug so far is CAS, SSO, i don't know where to start looking
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些解决方案有很多种。 “创建帐户”(或更新/删除帐户)通常称为“用户配置”,是身份管理系统的常见功能。其他功能包括中央审核、单点登录/身份验证和授权功能。
There are many flavors of these solutions. "Creating accounts" (or updating / removing them) is typically referred to as "user provisioning", and is a common feature of Identity Managemenet Systems. Other features include central auditing, single sign-on/authentication and authorization capabilities.
您还可以查看免费且开源的 WSO2 Identity Server。它支持通过 OpenID、SAML2 进行单点登录,并通过内置 LDAP 实现灵活的用户存储。它还可以配置为使用自定义用户存储。
You can also have look at WSO2 Identity Server which is free and open source. It supports Single Sign On via OpenID, SAML2 and implements a flexible user store via built-in LDAP. Also it can be configured to use custom user stores.