openstack-manuals/doc/config-reference/source/tables/keystone-saml.rst

3.2 KiB

Description of SAML configuration options
Configuration option = Default value Description
[saml]
assertion_expiration_time = 3600 (Integer) Default TTL, in seconds, for any generated SAML assertion created by Keystone.
certfile = /etc/keystone/ssl/certs/signing_cert.pem (String) Path of the certfile for SAML signing. For non-production environments, you may be interested in using keystone-manage pki_setup to generate self-signed certificates. Note, the path cannot contain a comma.
idp_contact_company = None (String) Company of contact person.
idp_contact_email = None (String) Email address of contact person.
idp_contact_name = None (String) Given name of contact person
idp_contact_surname = None (String) Surname of contact person.
idp_contact_telephone = None (String) Telephone number of contact person.
idp_contact_type = other (String) The contact type describing the main point of contact for the identity provider.
idp_entity_id = None (String) Entity ID value for unique Identity Provider identification. Usually FQDN is set with a suffix. A value is required to generate IDP Metadata. For example: https://keystone.example.com/v3/OS-FEDERATION/saml2/idp
idp_lang = en (String) Language used by the organization.
idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml (String) Path to the Identity Provider Metadata file. This file should be generated with the keystone-manage saml_idp_metadata command.
idp_organization_display_name = None (String) Organization name to be displayed.
idp_organization_name = None (String) Organization name the installation belongs to.
idp_organization_url = None (String) URL of the organization.
idp_sso_endpoint = None (String) Identity Provider Single-Sign-On service value, required in the Identity Provider's metadata. A value is required to generate IDP Metadata. For example: https://keystone.example.com/v3/OS-FEDERATION/saml2/sso
keyfile = /etc/keystone/ssl/private/signing_key.pem (String) Path of the keyfile for SAML signing. Note, the path cannot contain a comma.
relay_state_prefix = ss:mem: (String) The prefix to use for the RelayState SAML attribute, used when generating ECP wrapped assertions.
xmlsec1_binary = xmlsec1 (String) Binary to be called for XML signing. Install the appropriate package, specify absolute path or adjust your PATH environment variable if the binary cannot be found.