0002-settings-loaders-expose-saml-idp-metadata-url-59135.patch
hobo/multitenant/settings_loaders.py | ||
---|---|---|
94 | 94 |
'secondary': service.get('secondary'), |
95 | 95 |
'template_name': service.get('template_name'), |
96 | 96 |
} |
97 |
if 'saml-idp-metadata-url' in service: |
|
98 |
service_data['saml-idp-metadata-url'] = service['saml-idp-metadata-url'] |
|
97 | 99 | |
98 | 100 |
if service.get('secondary') and ( |
99 | 101 |
service.get('variables') and service.get('variables').get('ou-label') |
tests_multitenant/test_settings.py | ||
---|---|---|
207 | 207 |
'saml-sp-metadata-url', |
208 | 208 |
'provisionning-url', |
209 | 209 |
'secondary', |
210 |
'saml-idp-metadata-url', |
|
210 | 211 |
] |
211 | 212 |
) |
212 | 213 |
== authentic_other_keys |
213 |
- |