Skip to content

Commit

Permalink
Require explicit save false in MFA sample
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Apr 20, 2022
1 parent cadaa9a commit 6892a95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public <O extends ExceptionTranslationFilter> O postProcess(O filter) {
return filter;
}
})
);
)
.securityContext((context) -> context.requireExplicitSave(false));
// @formatter:on
return http.build();
}
Expand Down

0 comments on commit 6892a95

Please sign in to comment.