Skip to content

Commit

Permalink
fix: restore action function
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Dec 5, 2024
1 parent cf6fd6d commit 276c606
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
public class IdentityProviderStopForm extends AbstractUsernameFormAuthenticator {
protected static ServicesLogger log = ServicesLogger.LOGGER;

@Override
public void action(AuthenticationFlowContext context) {
context.attempted();
}

@Override
public void authenticate(AuthenticationFlowContext context) {
List<IdentityProviderModel> realmIdps = context.getSession().identityProviders().getAllStream().toList();
Expand Down

0 comments on commit 276c606

Please sign in to comment.