Files
edx-platform/lms/djangoapps
Feanil Patel 2cae30cd92 Instantiate idv attempt with a string photo_id_key.
When we run the management command, the photo_id_key is retrieved
through the orm and so is represented as a string.  However, when we do
the initial attempt, the object is instantiated and we refer to the key
without having decoded it.  The photo_id_key is sent as a part of the
request to software secure.  And if we have a byte representation their
signature checking will fail.

This is why the management command worked even when the site didn't.
It was getting a cleaned key via the orm.
2019-12-19 16:18:02 -05:00
..
2019-12-10 13:39:54 -05:00
2019-11-07 09:51:39 -05:00
2019-05-15 15:21:57 -04:00
2019-05-16 10:00:42 -04:00
2019-12-10 16:15:46 -05:00
2019-10-24 18:04:16 +05:00
2019-06-21 16:39:24 +05:00