-1

I am new to identity management, is there a management tool that can be used to manage:

  1. Enterprise Applications
  2. Gmail
  3. SAAS
  4. OpenId
  5. LDAP
  6. 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

2 Answers2

0

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.

Community
  • 1
  • 1
Pushpalanka
  • 857
  • 1
  • 8
  • 20
0

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.

  • Traditional Identity Management solutions (focused primarily on Enterprise applications) that are on the "heavy-weight" side of things. Some of the leaders are summarized here.
  • Cloud (or SaaS) focused solutions, such as Ping Identity (full disclosure - I work for Ping). These solutions are typically lighter-weight and more adept into providing seamless integration with applications such as Google Apps (Gmail), Salesforce, etc. It comes with adapters that enable integration with LDAP and RDBMS systems, and implements open standards including OpenID, SAML, OAuth, etc.
Scott T.
  • 6,152
  • 1
  • 26
  • 32