charm-keystone-saml-mellon/src/templates/apache-mellon-location.conf

57 lines
2.1 KiB
Plaintext

<Location {{ options.sp_auth_path }}>
MellonEnable "info"
MellonSPPrivateKeyFile {{ options.sp_private_key_file }}
MellonSPMetadataFile {{ options.sp_metadata_file }}
MellonIdPMetadataFile {{ options.idp_metadata_file }}
{% if options.idp_discovery_service_url -%}
MellonDiscoveryURL {{ options.idp_discovery_service_url }}
{%- endif %}
MellonEndpointPath {{ options.mellon_endpoint_path }}
MellonIdP "IDP"
AuthType "Mellon"
MellonEnable "auth"
MellonSubjectConfirmationDataAddressCheck {{ options.mellon_subject_confirmation_data_address_check }}
AuthType "Mellon"
Require valid-user
MellonEnable "auth"
MellonMergeEnvVars On ";"
</Location>
<Location {{ '~' }} "{{ options.websso_auth_protocol_path }}">
MellonEnable "info"
MellonSPPrivateKeyFile {{ options.sp_private_key_file }}
MellonSPMetadataFile {{ options.sp_metadata_file }}
MellonIdPMetadataFile {{ options.idp_metadata_file }}
{% if options.idp_discovery_service_url -%}
MellonDiscoveryURL {{ options.idp_discovery_service_url }}
{%- endif %}
MellonEndpointPath {{ options.mellon_endpoint_path }}
MellonIdP "IDP"
AuthType "Mellon"
MellonEnable "auth"
MellonSubjectConfirmationDataAddressCheck {{ options.mellon_subject_confirmation_data_address_check }}
AuthType "Mellon"
Require valid-user
MellonEnable "auth"
MellonMergeEnvVars On ";"
</Location>
<Location {{ '~' }} "{{ options.websso_auth_idp_protocol_path }}">
MellonEnable "info"
MellonSPPrivateKeyFile {{ options.sp_private_key_file }}
MellonSPMetadataFile {{ options.sp_metadata_file }}
MellonIdPMetadataFile {{ options.idp_metadata_file }}
{% if options.idp_discovery_service_url -%}
MellonDiscoveryURL {{ options.idp_discovery_service_url }}
{%- endif %}
MellonEndpointPath {{ options.mellon_endpoint_path }}
MellonIdP "IDP"
AuthType "Mellon"
MellonEnable "auth"
MellonSubjectConfirmationDataAddressCheck {{ options.mellon_subject_confirmation_data_address_check }}
AuthType "Mellon"
Require valid-user
MellonEnable "auth"
MellonMergeEnvVars On ";"
</Location>