Skip to content
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

Fix Okta Push polling exception #332

Merged
merged 2 commits into from
Aug 22, 2019
Merged

Fix Okta Push polling exception #332

merged 2 commits into from
Aug 22, 2019

Conversation

johnhammerlund
Copy link
Contributor

Problem Statement

A v2.0 code refactor (#280) / cleanup broke a few JSON traversals needed to support Okta MFA

Solution

Reverts broken JSON traversal for the polling URL to prior implementation & short-circuits polling loop on success (at which point FACTOR_RESULT no longer exists)

Fixes #316

A v2.0 code refactor / cleanup broke a few JSON traversals needed to support Okta MFA - Push. This reverts some of the broken logic.

Fixes #316
@jeremyplichtafc
Copy link
Collaborator

Don't have a good way of testing this as my org has MFA setup on an external okta auth provider, but changes look straight forward and several people waiting on fix. Thanks for your contribution

@jeremyplichtafc jeremyplichtafc merged commit 30e18ec into oktadev:master Aug 22, 2019
@johnhammerlund johnhammerlund deleted the bugfix/okta-push branch August 22, 2019 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java exception in 2.0.0 and later with MFA Push
2 participants