Jump to: navigation, search

Difference between revisions of "Keystone"

(Corrected url to github)
Line 10: Line 10:
 
'''Code'''
 
'''Code'''
  
* [https://github.com/rackspace/keystone https://github.com/openstack/keystone]
+
* [https://github.com/openstack/keystone https://github.com/openstack/keystone]
  
 
'''Releases'''
 
'''Releases'''

Revision as of 02:54, 14 October 2011

What is Keystone?

Keystone is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN and user-service authorization. It is scalable to include oAuth, SAML and openID in future versions. Out of the box, Keystone uses a SQLite DB as an identity store with the option to connect to external LDAP.

Doc

http://launchpad.net/keystone

Code

Releases