Projet

Général

Profil

0002-settings-loaders-expose-saml-idp-metadata-url-59135.patch

Benjamin Dauvergne, 05 octobre 2022 16:39

Télécharger (1015 octets)

Voir les différences:

Subject: [PATCH 2/3] settings loaders: expose saml-idp-metadata-url (#59135)

 hobo/multitenant/settings_loaders.py | 2 ++
 1 file changed, 2 insertions(+)
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
-