Projet

Général

Profil

« Précédent | Suivant » 

Révision f4d3ef76

Ajouté par Jérôme Schneider il y a plus de 9 ans

saml2: add connection_url in the default mapper

Closes #5992

Voir les différences:

mandaye/auth/saml2.py
113 113
    def get_default_mapping(self):
114 114
        default_mapping = super(SAML2Auth, self).get_default_mapping()
115 115
        default_mapping.extend([
116
                {
117
                    'path': r'%s$' % self.urls.get('connection_url', '/mandaye/sso'),
118
                    'method': 'GET',
119
                    'response': {'filter': self.sso,}
120
                },
116 121
                {
117 122
                    'path': r'%s$' % self.END_POINTS_PATH['metadata'],
118 123
                    'method': 'GET',

Formats disponibles : Unified diff