Files
edx-platform/lms/djangoapps/verify_student
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-07-16 12:34:28 +05:00
2019-08-28 15:49:58 +05:00
2019-07-16 12:34:28 +05:00
2019-07-16 12:34:28 +05:00
2019-07-16 12:34:28 +05:00
2019-09-18 16:28:11 -04:00