Conversation
|
@opis-mark This should fix #144 if you run Tokendito with |
ddf8e03 to
cedcb86
Compare
e9777d4 to
3381625
Compare
|
@pcmxgti Thanks for putting up this PR. After updating to |
No worries! It turns out we also have to have a user agent that Okta likes for this to work correctly. We should be done with our testing shortly. |
0b225dd to
2c567b3
Compare
tests/unit/test_okta.py
Outdated
|
|
||
|
|
||
| def test_local_auth(mocker): | ||
| def test_local_authicate(mocker): |
There was a problem hiding this comment.
🐝 Spelling…
| def test_local_authicate(mocker): | |
| def test_local_authenticate(mocker): |
* Fix regression bug that removed trusted device recongnition. * Fix User-Agent field to work with Okta. * Clean up cookie passing and handling, to simplify development.
2c567b3 to
2469cfd
Compare
No description provided.