Merge "Fixes WEBSSO_KEYSTONE_URL Value"
This commit is contained in:
commit
33e652bde6
@ -224,7 +224,7 @@ WEBSSO_ENABLED = True
|
|||||||
# Do not remove the mandatory credentials mechanism.
|
# Do not remove the mandatory credentials mechanism.
|
||||||
# Note: The last two tuples are sample mapping keys to a identity provider
|
# Note: The last two tuples are sample mapping keys to a identity provider
|
||||||
# and federation protocol combination (WEBSSO_IDP_MAPPING).
|
# and federation protocol combination (WEBSSO_IDP_MAPPING).
|
||||||
WEBSSO_KEYSTONE_URL = "{{ keystone_public_url }}"
|
WEBSSO_KEYSTONE_URL = "{{ keystone_public_url }}/v3"
|
||||||
WEBSSO_CHOICES = (
|
WEBSSO_CHOICES = (
|
||||||
("credentials", _("Keystone Credentials")),
|
("credentials", _("Keystone Credentials")),
|
||||||
{% for idp in keystone_identity_providers %}
|
{% for idp in keystone_identity_providers %}
|
||||||
|
Loading…
Reference in New Issue
Block a user