Files
security-doc/security-guide/source/identity.rst
Andreas Jaeger dc0d23daa2 Use https
Use https for openstack.org pages since docs.o.o and developer.o.o now
have https enabled.

Change-Id: Ife353949cf3bcd089eff45628e00116e670ac8a2
2017-01-30 20:15:41 +01:00

941 B

Identity

Identity service (keystone) provides identity, token, catalog, and policy services for use specifically by services in the OpenStack family. Identity service is organized as a group of internal services exposed on one or many endpoints. Many of these services are used in a combined fashion by the frontend, for example an authenticate call will validate user/project credentials with the identity service and, upon success, create and return a token with the token service. Further information can be found by reading the Keystone Developer Documentation.

identity/authentication.rst identity/authentication-methods.rst identity/authorization.rst identity/policies.rst identity/tokens.rst identity/domains.rst identity/federated-keystone.rst identity/case-studies.rst identity/checklist.rst