Update openid connect docs to include other distros

The author of the mod_auth_openidc apache plugin had created a pull
request to update the keystone install instructions for the plugin
  https://github.com/openstack/keystone/pull/5

Change-Id: Id6e663a7f20cec3169a43e48ffbf61c881672807
This commit is contained in:
Steve Martinelli 2015-04-13 15:01:24 -04:00
parent 54162918ef
commit eaf3387829
1 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,8 @@ To install `mod_auth_openidc` on Ubuntu, perform the following:
sudo apt-get install libapache2-mod-auth-openidc sudo apt-get install libapache2-mod-auth-openidc
Note that this module is not available on Fedora/CentOS/Red Hat. This module is available for other distributions (Fedora/CentOS/Red Hat) from:
https://github.com/pingidentity/mod_auth_openidc/releases
In the keystone Apache site file, add the following as a top level option, to In the keystone Apache site file, add the following as a top level option, to
load the `mod_auth_openidc` module: load the `mod_auth_openidc` module:
@ -90,4 +91,4 @@ Tips
2. Don't forget to add oidc as an [auth] plugin in keystone.conf, see `Step 2`_ 2. Don't forget to add oidc as an [auth] plugin in keystone.conf, see `Step 2`_
.. _`Step 2`: federation.html .. _`Step 2`: federation.html