Files
security-doc/security-guide/source/identity.rst
maysa macedo 32690fbf8a Fix broken links in guide
Links are broken in the security guide due to reorganization.
They were fixed by analyzing the URL and the paths on the
security-guide dashboard.

In order to find the broken links run:
git grep docs.openstack.org/developer .

Change-Id: I04c0e7f53b908031767da2622516635f3774e9cc
Closes-Bug: #1715554
2017-10-11 14:23:18 +02:00

956 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 front end. For example, an authentication call validates user and project credentials with the identity service. If successful, it will create and return a token with the token service. More 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/checklist.rst