Sebastian Marcet 785147929f Documentation for OpenstackID
Added more detailed documentation for OpenID 2.0
and OAuth2.0 Endpoints, as well as for the new
OAuth2.0 protected REST Api.

Change-Id: I0565d5fd2b5018433e5aaa3a3942a7da2d1b4bda
2015-04-07 14:59:43 +00:00
2014-02-19 20:14:22 -03:00
2015-04-07 14:59:43 +00:00
2015-03-23 15:20:20 -03:00
2014-01-03 19:57:25 +00:00
2015-03-23 15:20:20 -03:00

OpenstackId Idp

Prerequisites

* LAMP environment
* PHP >= 5.4.0
* composer (https://getcomposer.org/)

Install

run following commands on root folder

  • curl -s https://getcomposer.org/installer | php
  • php composer.phar install --prefer-dist
  • php composer.phar dump-autoload --optimize
  • php artisan migrate --env=YOUR_ENVIRONMENT
  • php artisan db:seed --env=YOUR_ENVIRONMENT
  • phpunit --bootstrap vendor/autoload.php
Description
RETIRED, Authentication system for the OpenStack Foundation site
Readme 9.8 MiB