Skip to content

Commit

Permalink
Set retrying attribute as false when navigating back from an authenti…
Browse files Browse the repository at this point in the history
…cator to multi options page
  • Loading branch information
ZiyamSanthosh committed Jan 20, 2024
1 parent 77e5c86 commit 5cf92a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public static void handleLoginContext(HttpServletRequest request, HttpServletRes
// If the context is valid and at the first step.
if (isStepHasMultiOption(context) && !FrameworkUtils.isIdfInitiatedFromAuthenticator(context)) {
context.setCurrentAuthenticator(null);
context.setRetrying(false);
}
result.addProperty("status", "success");
response.getWriter().write(result.toString());
Expand Down

0 comments on commit 5cf92a6

Please sign in to comment.