From 7da7cfedf22d8b0fd9fe47bb5fc6688d30117c5d Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Wed, 19 Nov 2014 18:32:45 +0100 Subject: [PATCH] Adding more details about the server and link to wiki page Change-Id: I57aff2f4a86aab5bc4d921e3bd9c475a0cdea776 --- doc/source/openstackid.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/openstackid.rst b/doc/source/openstackid.rst index ea7887e2f1..57c932e0e1 100644 --- a/doc/source/openstackid.rst +++ b/doc/source/openstackid.rst @@ -9,8 +9,11 @@ OpenId Idp/ OAuth2.0 AS/RS At a Glance =========== +:Wiki: + * https://wiki.openstack.org/wiki/OpenStackID :Hosts: * https://openstackid-dev.openstack.org + * https://openstackid.org :Puppet: * :file:`modules/openstackid` * :file:`modules/openstack_project/manifests/openstackid_dev.pp` @@ -22,6 +25,16 @@ At a Glance * http://laravel.com/docs/installation * http://laravel.com/docs/configuration +Objective +========= + +OpenStackID has been developed to provide a unique online identity for +all OpenStack web properties. The intention is to replace Launchpad as +openID provider. The code provides authentication via OpenID and +authentication + authorization via OAuth2. More details about +OpenStackID server are on the wiki. + + Configuration =============