openstack-ansible-os_keystone/templates
Danny Meloy eda646382a Add Paramaters to httpd.conf template
Added the following parameters to the httpd.conf template
to be used with mod_auth_openidc Apache mod. Params include:
- OIDCStateMaxNumberOfCookies - this takes parameters in the form
<number> <false|true> where number is the maximum number of state
cookies stored in parallel for outstanding auth requests, and the
boolean indicates whether cookies that are still valid over this
amount are deleted
- OIDCDefaultURL - Defines a default URL to be used in case of
3rd-party or OP initiated SSO when no explicit target_link_uri has
been provided. The user is also sent to this URL is in case an
invalid authorization response was received
(ref: https://github.com/zmartzone/mod_auth_openidc/blob/master/auth_openidc.conf)

The reason these have been added is due to some stability issues
that have been seen regarding cached session cookies that subsequently
cause a "state mismatch" error. Being able to limit the number of active cookies
appears to resolve this issue.

Change-Id: Id2248e93f2636407396d4ac8fe29c8943e4a3a57
2020-06-17 18:31:13 +01:00
..
keystone_nginx.conf.j2 Add default bind addresses for nginx, apache and uwsgi 2019-07-22 13:56:54 +01:00
keystone-credential-rotate.sh.j2 Address ansible_ssh_* var deprecation 2016-09-17 17:50:47 -04:00
keystone-fernet-rotate.sh.j2 Correct fernet token sync race condition 2019-02-21 15:36:57 +00:00
keystone-httpd-mpm.conf.j2 Add support to tune the keystone apache MPM settings 2016-05-04 11:50:06 -04:00
keystone-httpd.conf.j2 Add Paramaters to httpd.conf template 2020-06-17 18:31:13 +01:00
keystone-ports.conf.j2 Allow Apache ports to be specified per VHost 2017-01-09 14:55:39 +00:00
keystone-uwsgi.ini.j2 Fix distro install on openSUSE 2019-09-18 16:50:35 +02:00
keystone.conf.j2 Federated openid support using auth_mod_openidc 2020-01-31 11:28:38 +00:00
keystone.domain.conf.j2 Implement multi-domain LDAP configuration for Keystone 2016-01-26 13:08:57 +00:00
shibboleth2.xml.j2 Refactor memcached_servers 2020-03-13 22:10:07 +00:00
shibboleth-attribute-map.xml.j2 Keystone Federation Service Provider Configuration 2015-08-07 08:44:51 +00:00