OpenStackID production release 1.0.21

* Updated claims on OpenId/OAuth

	updated claim nickname to be user identifier
	added sub claim to endpoint /api/v1/userinfo/me
	fixed broken test

* Added OpenId 2.0 SREG 1.0 ext support

	implemented http://openid.net/specs/openid-simple-registration-extension-1_0.html

* Tunning IDP

	added cache to IP whitelisting checking
	set redis persistent connections

* Fixed HTML on openid consent form

	upgraded html to bootstrap 3.x

* Fix on user identifer generator (openid)

	there was an issue with trailing dots and
	user name connectors

Change-Id: I14363c31b833285fe4984e7d5fc3492ea600e632
This commit is contained in:
Sebastian Marcet 2017-04-19 11:05:00 -03:00
parent 9ff9c2a812
commit 015530e13c

View File

@ -39,7 +39,7 @@ class openstack_project::openstackid_prod (
$ssl_cert_file_contents = '',
$ssl_key_file_contents = '',
$ssl_chain_file_contents = '',
$release = '1.0.20',
$release = '1.0.21',
$app_url = '',
$app_key = '',
$email_driver = 'mail',