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') |
100 |
- |