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 Feb 23, 2023
1 parent c70d2c8 commit 37d6123
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 37d6123

Please sign in to comment.