From 81e57cd197ab87759e6b904686794de2aa2d2239 Mon Sep 17 00:00:00 2001 From: "Jorge L. Williams" Date: Thu, 14 Apr 2011 21:57:10 -0500 Subject: Updates to intro section. --- docs/guide/src/docbkx/idmdevguide.xml | 41 ++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/docs/guide/src/docbkx/idmdevguide.xml b/docs/guide/src/docbkx/idmdevguide.xml index 44c351c6..6774d665 100644 --- a/docs/guide/src/docbkx/idmdevguide.xml +++ b/docs/guide/src/docbkx/idmdevguide.xml @@ -67,30 +67,37 @@ - This document is intended for software developers interested in developing applications - which utilizes Organization Identity Management System as the authentication engine. It includes - details on how to integrate with IdM. + + This document is intended for software developers interested + in developing applications which utilize the Cloud Identity + Service for authentication. This document also includes + details on how to integrate services with the Cloud Identity + Service. + Overview - The IdM Service allows Rackspace Applications to obtain tokens that can be used to access - resources in the Rackspace Cloud. This document is intended for: - - - Service Developers - - Service developers are interested in writing client for Rackspace IdM service. - - - - - This Guide assumes the reader is familiar with RESTful web services, HTTP/1.1, and JSON - and/or XML serialization formats. + + The Cloud Identity Service allows applications to obtain + tokens that can be used to access OpenStack resources. This + document is intended for software developers interested in + developing applications which utilize the Cloud Identity + Service for authentication. This document also includes + details on how to integrate services with the Cloud Identity + Service. + + + This Guide assumes the reader is familiar with RESTful web + services, HTTP/1.1, and JSON and/or XML serialization formats. + Concepts - The IdM system has several key concepts that are important to understand: + + The Cloud Identity Service has several key concepts that are + important to understand: +
Token -- cgit