Projet

Général

Profil

« Précédent | Suivant » 

Révision aec1dadb

Ajouté par Serghei Mihai il y a environ 9 ans

client registration params reading handled

Voir les différences:

ckanext/ozwillo_pyoidc/oidc.py
116 116
        try:
117 117
            args[param] = kwargs[param]
118 118
        except KeyError:
119
            args[param] = kwargs['client_registration'][param]
119
            try:
120
                args[param] = kwargs['client_registration'][param]
121
            except KeyError:
122
                pass
120 123
        else:
121 124
            _key_set.discard(param)
122 125

  

Formats disponibles : Unified diff