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

web browser auth single role fix #334

Merged

Conversation

jeremyplichtafc
Copy link
Collaborator

Problem Statement

When using web browser authentication if there is only one AWS role available to the user AWS returns a 302 and the javafx browser does not see the event. This results in the javafx browser sitting on the logged in AWS console page and never returning.

Solution

Monitor the locationProperty for changes instead of the stateProperty.

Fixes #328

returns if only one role is available to the user.
@jeremyplichtafc jeremyplichtafc merged commit bfdaad7 into oktadev:master Aug 22, 2019
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.

2.0.3 with one role won't write credentials file
1 participant