Skip to content

Commit

Permalink
Merge pull request #334 from jeremyplichtafc/webauth-singlerole-fix
Browse files Browse the repository at this point in the history
web browser auth single role fix
  • Loading branch information
jeremyplichtafc authored Aug 22, 2019
2 parents 30e18ec + 6f32081 commit bfdaad7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public void start(final Stage stage) throws IOException {
initializeCookies(uri);

SubresourceIntegrityStrippingHack.overrideHttpsProtocolHandler(environment);
webEngine.getLoadWorker().stateProperty()
.addListener((ov, oldState, newState) -> {
webEngine.locationProperty()
.addListener((ov, oldLocation, newLocation) -> {
if (webEngine.getDocument() != null) {
checkForAwsSamlSignon(stage, webEngine);
stage.setTitle(webEngine.getLocation());
Expand Down

0 comments on commit bfdaad7

Please sign in to comment.