-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2/3 MFA options are broken in v2.0.0 release #284
Comments
Thank you for your report. This is unanticipated. I will investigate. |
An immediate workaround is OKTA_BROWSER_AUTH=true which delegates all authentication to an embedded browser. I don't have access to Okta Push MFA or time to test SMS MFA. I use neither. A motivated developer who needs those MFA methods is encouraged to contribute a fix. |
I am having the same problem after upgrade besides setting OKTA_BROWSER_AUTH=true in my ./okta/config.properties.
|
I submitted a PR to fix Browser and console problems: please try and test |
@hecsalazar thank you for your PR! |
@AlainODea sorry, I missed that. Thanks for pointing it out :-) |
The 2.0.2 release does not seem to have fixed the issue with the Okta Verify (Push) method:
|
there is still an issue with push notification. |
I can confirm too, that this is still broken, with the same stack-trace. |
Hi @oaksenov I sent a PR to update the README to mention Java 11. |
@hecsalazar , let me know what I can do to help to troubleshoot. |
I guess you need to talk to your Okta admin to figure out a setup with push
notifications for the account you use to test and reproduce.
Unfortunately I can't give you more directions since I fixed the tool for
AWS related work but kind of test is out of the scope of my current
project. I'm not even part of the team responsible for Okta integration
withing the company.
Hector
…On Mon, Jun 10, 2019 at 1:55 PM oaksenov ***@***.***> wrote:
@hecsalazar <https://github.com/hecsalazar> , let me know what I can do
to help to troubleshoot.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#284>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACSBHDOAF4BMBNPWO4HYARLPZ2IQTANCNFSM4HAOH4RA>
.
|
I updated to v2.0.0 today and now MFA does not work for Push & SMS, however Verify (TOTP) still works.
If I rollback to 1.0.10, all three MFA options still work.
Here's my tests in v2.0.0.
Verify (TOTP) - WORKING
Verify (Push) - BROKEN
SMS - BROKEN
The text was updated successfully, but these errors were encountered: