Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
prepor committed Nov 20, 2024
1 parent 38afed0 commit eb57bca
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

import org.jboss.logging.Logger;

/**
* Custom implementation of Keycloak's IdP user creation authenticator.
* This authenticator functions similarly to the built-in IdpCreateUserIfUniqueAuthenticator,
* but adds support for the VERIFIED_EMAIL flag set by NeonIdpEmailVerificationAuthenticator.
*/
public class NeonIdpCreateUserIfUniqueAuthenticator extends AbstractIdpAuthenticator {

private static Logger logger = Logger.getLogger(NeonIdpCreateUserIfUniqueAuthenticator.class);
Expand Down

0 comments on commit eb57bca

Please sign in to comment.